Html Css Color HEX #D0399F Deep Cerise

📋 copy color: '#D0399F'

red 208 ◦ green 57 ◦ blue 159

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

Shades of Deep Cerise #D0399F

Tints of Deep Cerise #D0399F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 49.06%
G = 13.44%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0399F (or 0xD0399F) is known color: Deep Cerise. HEX triplet: D0, 39 and 9F. RGB value is (208,57,159). Sum of RGB (Red+Green+Blue) = 208+57+159=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0399F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0399F is #2FC660. Grayscale: #717171. Windows color (decimal): -3130977 or 10435024. OLE color: 10435024.

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

Color convert

RGB 208 57 159 -
CMYK 0 0.73 0.24 0.18
HSL 319.47º 0.62% 0.52% -
HSV(B) 319.47º 0.73% 0.82% -
XYZ 33.73 18.84 34.66 -
YUV 113.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 208 57 159 0 0.73 0.24 0.18 319.47 0.62 0.52
Hex D0 39 9F 0 49 18 12 13F 3E 34
Octal 320 71 237 0 111 30 22 477 76 64
Binary 11010000 111001 10011111 0 1001001 11000 10010 100111111 111110 110100

Color Harmonies of #D0399F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0399F

Black with #D0399F

Text Example


Text Example

White with #D0399F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0399F; }

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

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

background-color css

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

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

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

border-color css

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

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

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