Html Css Color HEX #D13372 Cerise

📋 copy color: '#D13372'

red 209 ◦ green 51 ◦ blue 114

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

Shades of Cerise #D13372

Tints of Cerise #D13372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.48%

R = 55.88%
G = 13.64%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D13372 (or 0xD13372) is known color: Cerise. HEX triplet: D1, 33 and 72. RGB value is (209,51,114). Sum of RGB (Red+Green+Blue) = 209+51+114=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D13372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13372 is #2ECC8D. Grayscale: #696969. Windows color (decimal): -3067022 or 7484369. OLE color: 7484369.

HSL color Cylindrical-coordinate representation of color #D13372: hue angle of 336.08º 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 #D13372 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 114 -
CMYK 0 0.76 0.45 0.18
HSL 336.08º 0.63% 0.51% -
HSV(B) 336.08º 0.76% 0.82% -
XYZ 30.52 17.14 17.62 -
YUV 105.42 132.85 201.88 -
System Red Green Blue C M Y K H S L
Decimal 209 51 114 0 0.76 0.45 0.18 336.08 0.63 0.51
Hex D1 33 72 0 4C 2D 12 150 3F 33
Octal 321 63 162 0 114 55 22 520 77 63
Binary 11010001 110011 1110010 0 1001100 101101 10010 101010000 111111 110011

Color Harmonies of #D13372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13372

Black with #D13372

Text Example


Text Example

White with #D13372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13372; }

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

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

background-color css

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

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

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

border-color css

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

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

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