Html Css Color HEX #D62F76 Deep Cerise

📋 copy color: '#D62F76'

red 214 ◦ green 47 ◦ blue 118

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

Shades of Deep Cerise #D62F76

Tints of Deep Cerise #D62F76

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.4%

 BLUE value IS 118 (46.48% from 255) = 31.13%

R = 56.46%
G = 12.4%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D62F76 (or 0xD62F76) is known color: Deep Cerise. HEX triplet: D6, 2F and 76. RGB value is (214,47,118). Sum of RGB (Red+Green+Blue) = 214+47+118=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62F76 is #29D089. Grayscale: #686868. Windows color (decimal): -2740362 or 7745494. OLE color: 7745494.

HSL color Cylindrical-coordinate representation of color #D62F76: hue angle of 334.49º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D62F76 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 47 118 -
CMYK 0 0.78 0.45 0.16
HSL 334.49º 0.67% 0.51% -
HSV(B) 334.49º 0.78% 0.84% -
XYZ 32.02 17.64 18.86 -
YUV 105.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 214 47 118 0 0.78 0.45 0.16 334.49 0.67 0.51
Hex D6 2F 76 0 4E 2D 10 14E 43 33
Octal 326 57 166 0 116 55 20 516 103 63
Binary 11010110 101111 1110110 0 1001110 101101 10000 101001110 1000011 110011

Color Harmonies of #D62F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F76

Black with #D62F76

Text Example


Text Example

White with #D62F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F76; }

 p { color: rgb(214,47,118); }

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

background-color css

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

 a { background-color: rgb(214,47,118); }

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

border-color css

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

 span { border-color: rgb(214,47,118); }

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