Html Css Color HEX #D02E9E Deep Cerise

📋 copy color: '#D02E9E'

red 208 ◦ green 46 ◦ blue 158

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

Shades of Deep Cerise #D02E9E

Tints of Deep Cerise #D02E9E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.17%

 BLUE value IS 158 (62.11% from 255) = 38.35%

R = 50.49%
G = 11.17%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D02E9E (or 0xD02E9E) is known color: Deep Cerise. HEX triplet: D0, 2E and 9E. RGB value is (208,46,158). Sum of RGB (Red+Green+Blue) = 208+46+158=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02E9E is #2FD161. Grayscale: #6A6A6A. Windows color (decimal): -3133794 or 10366672. OLE color: 10366672.

HSL color Cylindrical-coordinate representation of color #D02E9E: hue angle of 318.52º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02E9E is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 46 158 -
CMYK 0 0.78 0.24 0.18
HSL 318.52º 0.64% 0.5% -
HSV(B) 318.52º 0.78% 0.82% -
XYZ 33.16 17.83 34.04 -
YUV 107.21 156.67 199.89 -
System Red Green Blue C M Y K H S L
Decimal 208 46 158 0 0.78 0.24 0.18 318.52 0.64 0.5
Hex D0 2E 9E 0 4E 18 12 13F 40 32
Octal 320 56 236 0 116 30 22 477 100 62
Binary 11010000 101110 10011110 0 1001110 11000 10010 100111111 1000000 110010

Color Harmonies of #D02E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02E9E

Black with #D02E9E

Text Example


Text Example

White with #D02E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02E9E; }

 p { color: rgb(208,46,158); }

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

background-color css

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

 a { background-color: rgb(208,46,158); }

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

border-color css

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

 span { border-color: rgb(208,46,158); }

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