Html Css Color HEX #D62686 Deep Cerise

📋 copy color: '#D62686'

red 214 ◦ green 38 ◦ blue 134

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

Shades of Deep Cerise #D62686

Tints of Deep Cerise #D62686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.84%

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

R = 55.44%
G = 9.84%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D62686 (or 0xD62686) is known color: Deep Cerise. HEX triplet: D6, 26 and 86. RGB value is (214,38,134). Sum of RGB (Red+Green+Blue) = 214+38+134=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D62686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62686 is #29D979. Grayscale: #656565. Windows color (decimal): -2742650 or 8791766. OLE color: 8791766.

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

Color convert

RGB 214 38 134 -
CMYK 0 0.82 0.37 0.16
HSL 327.27º 0.7% 0.49% -
HSV(B) 327.27º 0.82% 0.84% -
XYZ 32.73 17.4 24.19 -
YUV 101.57 146.31 208.19 -
System Red Green Blue C M Y K H S L
Decimal 214 38 134 0 0.82 0.37 0.16 327.27 0.7 0.49
Hex D6 26 86 0 52 25 10 147 46 31
Octal 326 46 206 0 122 45 20 507 106 61
Binary 11010110 100110 10000110 0 1010010 100101 10000 101000111 1000110 110001

Color Harmonies of #D62686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62686

Black with #D62686

Text Example


Text Example

White with #D62686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62686; }

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

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

background-color css

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

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

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

border-color css

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

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

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