Html Css Color HEX #D02686 Deep Cerise

📋 copy color: '#D02686'

red 208 ◦ green 38 ◦ blue 134

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

Shades of Deep Cerise #D02686

Tints of Deep Cerise #D02686

RGB

 RED value IS 208 (81.64% from 255) = 54.74%

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

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

R = 54.74%
G = 10%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D02686 (or 0xD02686) is known color: Deep Cerise. HEX triplet: D0, 26 and 86. RGB value is (208,38,134). Sum of RGB (Red+Green+Blue) = 208+38+134=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D02686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02686 is #2FD979. Grayscale: #636363. Windows color (decimal): -3135866 or 8791760. OLE color: 8791760.

HSL color Cylindrical-coordinate representation of color #D02686: hue angle of 326.12º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02686 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 38 134 -
CMYK 0 0.82 0.36 0.18
HSL 326.12º 0.69% 0.48% -
HSV(B) 326.12º 0.82% 0.82% -
XYZ 31.01 16.52 24.11 -
YUV 99.77 147.32 205.19 -
System Red Green Blue C M Y K H S L
Decimal 208 38 134 0 0.82 0.36 0.18 326.12 0.69 0.48
Hex D0 26 86 0 52 24 12 146 45 30
Octal 320 46 206 0 122 44 22 506 105 60
Binary 11010000 100110 10000110 0 1010010 100100 10010 101000110 1000101 110000

Color Harmonies of #D02686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02686

Black with #D02686

Text Example


Text Example

White with #D02686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02686; }

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

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

background-color css

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

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

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

border-color css

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

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

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