Html Css Color HEX #D62872 Cerise

📋 copy color: '#D62872'

red 214 ◦ green 40 ◦ blue 114

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

Shades of Cerise #D62872

Tints of Cerise #D62872

RGB

 RED value IS 214 (83.98% from 255) = 58.15%

 GREEN value IS 40 (16.02% from 255) = 10.87%

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

R = 58.15%
G = 10.87%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D62872 (or 0xD62872) is known color: Cerise. HEX triplet: D6, 28 and 72. RGB value is (214,40,114). Sum of RGB (Red+Green+Blue) = 214+40+114=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D62872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62872 is #29D78D. Grayscale: #646464. Windows color (decimal): -2742158 or 7481558. OLE color: 7481558.

HSL color Cylindrical-coordinate representation of color #D62872: hue angle of 334.48º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62872 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 114 -
CMYK 0 0.81 0.47 0.16
HSL 334.48º 0.69% 0.5% -
HSV(B) 334.48º 0.81% 0.84% -
XYZ 31.53 17.03 17.54 -
YUV 100.46 135.65 208.98 -
System Red Green Blue C M Y K H S L
Decimal 214 40 114 0 0.81 0.47 0.16 334.48 0.69 0.5
Hex D6 28 72 0 51 2F 10 14E 45 32
Octal 326 50 162 0 121 57 20 516 105 62
Binary 11010110 101000 1110010 0 1010001 101111 10000 101001110 1000101 110010

Color Harmonies of #D62872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62872

Black with #D62872

Text Example


Text Example

White with #D62872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62872; }

 p { color: rgb(214,40,114); }

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

background-color css

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

 a { background-color: rgb(214,40,114); }

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

border-color css

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

 span { border-color: rgb(214,40,114); }

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