Html Css Color HEX #D13370 Cerise

📋 copy color: '#D13370'

red 209 ◦ green 51 ◦ blue 112

#D13370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #D13370

Tints of Cerise #D13370

RGB

 RED value IS 209 (82.03% from 255) = 56.18%

 GREEN value IS 51 (20.31% from 255) = 13.71%

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 56.18%
G = 13.71%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D13370 (or 0xD13370) is known color: Cerise. HEX triplet: D1, 33 and 70. RGB value is (209,51,112). Sum of RGB (Red+Green+Blue) = 209+51+112=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D13370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13370 is #2ECC8F. Grayscale: #696969. Windows color (decimal): -3067024 or 7353297. OLE color: 7353297.

HSL color Cylindrical-coordinate representation of color #D13370: hue angle of 336.84º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13370 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 112 -
CMYK 0 0.76 0.46 0.18
HSL 336.84º 0.63% 0.51% -
HSV(B) 336.84º 0.76% 0.82% -
XYZ 30.4 17.09 17.03 -
YUV 105.2 131.85 202.04 -
System Red Green Blue C M Y K H S L
Decimal 209 51 112 0 0.76 0.46 0.18 336.84 0.63 0.51
Hex D1 33 70 0 4C 2E 12 151 3F 33
Octal 321 63 160 0 114 56 22 521 77 63
Binary 11010001 110011 1110000 0 1001100 101110 10010 101010001 111111 110011

Color Harmonies of #D13370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13370

Black with #D13370

Text Example


Text Example

White with #D13370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13370; }

 p { color: rgb(209,51,112); }

 H1.HeaderClassName
 {
   color: #D13370;
 }
 .AnyTagClassName
 {
   color: #D13370;
 }
</style>

background-color css

<style>
 a { background-color: #D13370; }

 a { background-color: rgb(209,51,112); }

 div.DivClassName
 {
   background-color: #D13370;
 }
 .BgClassName
 {
   background-color: #D13370;
 }
</style>

border-color css

<style>
 span { border-color: #D13370; }

 span { border-color: rgb(209,51,112); }

 td.TdClassName
 {
   border-color: #D13370;
 }
 .TagClassName
 {
   border-color: #D13370;
 }
</style>