Html Css Color HEX #D0399D Deep Cerise

📋 copy color: '#D0399D'

red 208 ◦ green 57 ◦ blue 157

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

Shades of Deep Cerise #D0399D

Tints of Deep Cerise #D0399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.51%

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

R = 49.29%
G = 13.51%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0399D (or 0xD0399D) is known color: Deep Cerise. HEX triplet: D0, 39 and 9D. RGB value is (208,57,157). Sum of RGB (Red+Green+Blue) = 208+57+157=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0399D is #2FC662. Grayscale: #717171. Windows color (decimal): -3130979 or 10303952. OLE color: 10303952.

HSL color Cylindrical-coordinate representation of color #D0399D: hue angle of 320.26º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0399D is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 57 157 -
CMYK 0 0.73 0.25 0.18
HSL 320.26º 0.62% 0.52% -
HSV(B) 320.26º 0.73% 0.82% -
XYZ 33.56 18.77 33.75 -
YUV 113.55 152.53 195.37 -
System Red Green Blue C M Y K H S L
Decimal 208 57 157 0 0.73 0.25 0.18 320.26 0.62 0.52
Hex D0 39 9D 0 49 19 12 140 3E 34
Octal 320 71 235 0 111 31 22 500 76 64
Binary 11010000 111001 10011101 0 1001001 11001 10010 101000000 111110 110100

Color Harmonies of #D0399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0399D

Black with #D0399D

Text Example


Text Example

White with #D0399D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0399D; }

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

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

background-color css

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

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

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

border-color css

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

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

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