Html Css Color HEX #D62276 Deep Cerise

📋 copy color: '#D62276'

red 214 ◦ green 34 ◦ blue 118

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

Shades of Deep Cerise #D62276

Tints of Deep Cerise #D62276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.29%

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

R = 58.47%
G = 9.29%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D62276 (or 0xD62276) is known color: Deep Cerise. HEX triplet: D6, 22 and 76. RGB value is (214,34,118). Sum of RGB (Red+Green+Blue) = 214+34+118=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D62276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62276 is #29DD89. Grayscale: #616161. Windows color (decimal): -2743690 or 7742166. OLE color: 7742166.

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

Color convert

RGB 214 34 118 -
CMYK 0 0.84 0.45 0.16
HSL 332º 0.73% 0.49% -
HSV(B) 332º 0.84% 0.84% -
XYZ 31.57 16.75 18.71 -
YUV 97.4 139.63 211.17 -
System Red Green Blue C M Y K H S L
Decimal 214 34 118 0 0.84 0.45 0.16 332 0.73 0.49
Hex D6 22 76 0 54 2D 10 14C 49 31
Octal 326 42 166 0 124 55 20 514 111 61
Binary 11010110 100010 1110110 0 1010100 101101 10000 101001100 1001001 110001

Color Harmonies of #D62276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62276

Black with #D62276

Text Example


Text Example

White with #D62276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62276; }

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

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

background-color css

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

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

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

border-color css

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

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

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