Html Css Color HEX #D62874 Deep Cerise

📋 copy color: '#D62874'

red 214 ◦ green 40 ◦ blue 116

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

Shades of Deep Cerise #D62874

Tints of Deep Cerise #D62874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.35%

R = 57.84%
G = 10.81%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D62874 (or 0xD62874) is known color: Deep Cerise. HEX triplet: D6, 28 and 74. RGB value is (214,40,116). Sum of RGB (Red+Green+Blue) = 214+40+116=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D62874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62874 is #29D78B. Grayscale: #646464. Windows color (decimal): -2742156 or 7612630. OLE color: 7612630.

HSL color Cylindrical-coordinate representation of color #D62874: hue angle of 333.79º 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 #D62874 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 116 -
CMYK 0 0.81 0.46 0.16
HSL 333.79º 0.69% 0.5% -
HSV(B) 333.79º 0.81% 0.84% -
XYZ 31.64 17.07 18.15 -
YUV 100.69 136.65 208.82 -
System Red Green Blue C M Y K H S L
Decimal 214 40 116 0 0.81 0.46 0.16 333.79 0.69 0.5
Hex D6 28 74 0 51 2E 10 14E 45 32
Octal 326 50 164 0 121 56 20 516 105 62
Binary 11010110 101000 1110100 0 1010001 101110 10000 101001110 1000101 110010

Color Harmonies of #D62874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62874

Black with #D62874

Text Example


Text Example

White with #D62874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62874; }

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

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

background-color css

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

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

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

border-color css

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

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

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