Html Css Color HEX #D12A72 Cerise

📋 copy color: '#D12A72'

red 209 ◦ green 42 ◦ blue 114

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

Shades of Cerise #D12A72

Tints of Cerise #D12A72

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.51%

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

R = 57.26%
G = 11.51%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D12A72 (or 0xD12A72) is known color: Cerise. HEX triplet: D1, 2A and 72. RGB value is (209,42,114). Sum of RGB (Red+Green+Blue) = 209+42+114=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12A72 is #2ED58D. Grayscale: #646464. Windows color (decimal): -3069326 or 7482065. OLE color: 7482065.

HSL color Cylindrical-coordinate representation of color #D12A72: hue angle of 334.13º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12A72 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 42 114 -
CMYK 0 0.80 0.45 0.18
HSL 334.13º 0.67% 0.49% -
HSV(B) 334.13º 0.8% 0.82% -
XYZ 30.16 16.43 17.5 -
YUV 100.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 209 42 114 0 0.80 0.45 0.18 334.13 0.67 0.49
Hex D1 2A 72 0 50 2D 12 14E 43 31
Octal 321 52 162 0 120 55 22 516 103 61
Binary 11010001 101010 1110010 0 1010000 101101 10010 101001110 1000011 110001

Color Harmonies of #D12A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12A72

Black with #D12A72

Text Example


Text Example

White with #D12A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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