Html Css Color HEX #D62F86 Deep Cerise

📋 copy color: '#D62F86'

red 214 ◦ green 47 ◦ blue 134

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

Shades of Deep Cerise #D62F86

Tints of Deep Cerise #D62F86

RGB

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

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

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

R = 54.18%
G = 11.9%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D62F86 (or 0xD62F86) is known color: Deep Cerise. HEX triplet: D6, 2F and 86. RGB value is (214,47,134). Sum of RGB (Red+Green+Blue) = 214+47+134=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62F86 is #29D079. Grayscale: #6A6A6A. Windows color (decimal): -2740346 or 8794070. OLE color: 8794070.

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

Color convert

RGB 214 47 134 -
CMYK 0 0.78 0.37 0.16
HSL 328.74º 0.67% 0.51% -
HSV(B) 328.74º 0.78% 0.84% -
XYZ 33.05 18.05 24.3 -
YUV 106.85 143.33 204.43 -
System Red Green Blue C M Y K H S L
Decimal 214 47 134 0 0.78 0.37 0.16 328.74 0.67 0.51
Hex D6 2F 86 0 4E 25 10 149 43 33
Octal 326 57 206 0 116 45 20 511 103 63
Binary 11010110 101111 10000110 0 1001110 100101 10000 101001001 1000011 110011

Color Harmonies of #D62F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F86

Black with #D62F86

Text Example


Text Example

White with #D62F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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