Html Css Color HEX #D62C86 Deep Cerise

📋 copy color: '#D62C86'

red 214 ◦ green 44 ◦ blue 134

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

Shades of Deep Cerise #D62C86

Tints of Deep Cerise #D62C86

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.22%

 BLUE value IS 134 (52.73% from 255) = 34.18%

R = 54.59%
G = 11.22%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D62C86 (or 0xD62C86) is known color: Deep Cerise. HEX triplet: D6, 2C and 86. RGB value is (214,44,134). Sum of RGB (Red+Green+Blue) = 214+44+134=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62C86 is #29D379. Grayscale: #686868. Windows color (decimal): -2741114 or 8793302. OLE color: 8793302.

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

Color convert

RGB 214 44 134 -
CMYK 0 0.79 0.37 0.16
HSL 328.24º 0.67% 0.51% -
HSV(B) 328.24º 0.79% 0.84% -
XYZ 32.94 17.82 24.26 -
YUV 105.09 144.32 205.68 -
System Red Green Blue C M Y K H S L
Decimal 214 44 134 0 0.79 0.37 0.16 328.24 0.67 0.51
Hex D6 2C 86 0 4F 25 10 148 43 33
Octal 326 54 206 0 117 45 20 510 103 63
Binary 11010110 101100 10000110 0 1001111 100101 10000 101001000 1000011 110011

Color Harmonies of #D62C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C86

Black with #D62C86

Text Example


Text Example

White with #D62C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C86; }

 p { color: rgb(214,44,134); }

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

background-color css

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

 a { background-color: rgb(214,44,134); }

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

border-color css

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

 span { border-color: rgb(214,44,134); }

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