Html Css Color HEX #D0339D Deep Cerise

📋 copy color: '#D0339D'

red 208 ◦ green 51 ◦ blue 157

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

Shades of Deep Cerise #D0339D

Tints of Deep Cerise #D0339D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 50%
G = 12.26%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0339D (or 0xD0339D) is known color: Deep Cerise. HEX triplet: D0, 33 and 9D. RGB value is (208,51,157). Sum of RGB (Red+Green+Blue) = 208+51+157=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0339D is #2FCC62. Grayscale: #6D6D6D. Windows color (decimal): -3132515 or 10302416. OLE color: 10302416.

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

Color convert

RGB 208 51 157 -
CMYK 0 0.75 0.25 0.18
HSL 319.49º 0.63% 0.51% -
HSV(B) 319.49º 0.75% 0.82% -
XYZ 33.28 18.21 33.66 -
YUV 110.03 154.51 197.88 -
System Red Green Blue C M Y K H S L
Decimal 208 51 157 0 0.75 0.25 0.18 319.49 0.63 0.51
Hex D0 33 9D 0 4B 19 12 13F 3F 33
Octal 320 63 235 0 113 31 22 477 77 63
Binary 11010000 110011 10011101 0 1001011 11001 10010 100111111 111111 110011

Color Harmonies of #D0339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0339D

Black with #D0339D

Text Example


Text Example

White with #D0339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0339D; }

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

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

background-color css

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

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

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

border-color css

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

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

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