Html Css Color HEX #D0339E Deep Cerise

📋 copy color: '#D0339E'

red 208 ◦ green 51 ◦ blue 158

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

Shades of Deep Cerise #D0339E

Tints of Deep Cerise #D0339E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.23%

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

R = 49.88%
G = 12.23%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0339E (or 0xD0339E) is known color: Deep Cerise. HEX triplet: D0, 33 and 9E. RGB value is (208,51,158). Sum of RGB (Red+Green+Blue) = 208+51+158=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0339E is #2FCC61. Grayscale: #6D6D6D. Windows color (decimal): -3132514 or 10367952. OLE color: 10367952.

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

Color convert

RGB 208 51 158 -
CMYK 0 0.75 0.24 0.18
HSL 319.11º 0.63% 0.51% -
HSV(B) 319.11º 0.75% 0.82% -
XYZ 33.37 18.25 34.11 -
YUV 110.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 208 51 158 0 0.75 0.24 0.18 319.11 0.63 0.51
Hex D0 33 9E 0 4B 18 12 13F 3F 33
Octal 320 63 236 0 113 30 22 477 77 63
Binary 11010000 110011 10011110 0 1001011 11000 10010 100111111 111111 110011

Color Harmonies of #D0339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0339E

Black with #D0339E

Text Example


Text Example

White with #D0339E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0339E; }

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

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

background-color css

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

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

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

border-color css

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

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

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