Html Css Color HEX #D02E9C Deep Cerise

📋 copy color: '#D02E9C'

red 208 ◦ green 46 ◦ blue 156

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

Shades of Deep Cerise #D02E9C

Tints of Deep Cerise #D02E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.05%

R = 50.73%
G = 11.22%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D02E9C (or 0xD02E9C) is known color: Deep Cerise. HEX triplet: D0, 2E and 9C. RGB value is (208,46,156). Sum of RGB (Red+Green+Blue) = 208+46+156=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02E9C is #2FD163. Grayscale: #6A6A6A. Windows color (decimal): -3133796 or 10235600. OLE color: 10235600.

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

Color convert

RGB 208 46 156 -
CMYK 0 0.78 0.25 0.18
HSL 319.26º 0.64% 0.5% -
HSV(B) 319.26º 0.78% 0.82% -
XYZ 32.99 17.76 33.14 -
YUV 106.98 155.67 200.06 -
System Red Green Blue C M Y K H S L
Decimal 208 46 156 0 0.78 0.25 0.18 319.26 0.64 0.5
Hex D0 2E 9C 0 4E 19 12 13F 40 32
Octal 320 56 234 0 116 31 22 477 100 62
Binary 11010000 101110 10011100 0 1001110 11001 10010 100111111 1000000 110010

Color Harmonies of #D02E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02E9C

Black with #D02E9C

Text Example


Text Example

White with #D02E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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