Html Css Color HEX #D12772 Cerise

📋 copy color: '#D12772'

red 209 ◦ green 39 ◦ blue 114

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

Shades of Cerise #D12772

Tints of Cerise #D12772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.77%

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

R = 57.73%
G = 10.77%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D12772 (or 0xD12772) is known color: Cerise. HEX triplet: D1, 27 and 72. RGB value is (209,39,114). Sum of RGB (Red+Green+Blue) = 209+39+114=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D12772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12772 is #2ED88D. Grayscale: #626262. Windows color (decimal): -3070094 or 7481297. OLE color: 7481297.

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

Color convert

RGB 209 39 114 -
CMYK 0 0.81 0.45 0.18
HSL 333.53º 0.69% 0.49% -
HSV(B) 333.53º 0.81% 0.82% -
XYZ 30.06 16.22 17.47 -
YUV 98.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 209 39 114 0 0.81 0.45 0.18 333.53 0.69 0.49
Hex D1 27 72 0 51 2D 12 14E 45 31
Octal 321 47 162 0 121 55 22 516 105 61
Binary 11010001 100111 1110010 0 1010001 101101 10010 101001110 1000101 110001

Color Harmonies of #D12772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12772

Black with #D12772

Text Example


Text Example

White with #D12772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12772; }

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

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

background-color css

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

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

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

border-color css

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

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

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