Html Css Color HEX #D0399B Deep Cerise

📋 copy color: '#D0399B'

red 208 ◦ green 57 ◦ blue 155

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

Shades of Deep Cerise #D0399B

Tints of Deep Cerise #D0399B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 49.52%
G = 13.57%
B = 36.9%

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

#D0399B (or 0xD0399B) is known color: Deep Cerise. HEX triplet: D0, 39 and 9B. RGB value is (208,57,155). Sum of RGB (Red+Green+Blue) = 208+57+155=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0399B is #2FC664. Grayscale: #717171. Windows color (decimal): -3130981 or 10172880. OLE color: 10172880.

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

Color convert

RGB 208 57 155 -
CMYK 0 0.73 0.25 0.18
HSL 321.06º 0.62% 0.52% -
HSV(B) 321.06º 0.73% 0.82% -
XYZ 33.39 18.7 32.86 -
YUV 113.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 208 57 155 0 0.73 0.25 0.18 321.06 0.62 0.52
Hex D0 39 9B 0 49 19 12 141 3E 34
Octal 320 71 233 0 111 31 22 501 76 64
Binary 11010000 111001 10011011 0 1001001 11001 10010 101000001 111110 110100

Color Harmonies of #D0399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0399B

Black with #D0399B

Text Example


Text Example

White with #D0399B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0399B; }

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

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

background-color css

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

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

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

border-color css

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

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

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