Html Css Color HEX #D0399C Deep Cerise

📋 copy color: '#D0399C'

red 208 ◦ green 57 ◦ blue 156

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

Shades of Deep Cerise #D0399C

Tints of Deep Cerise #D0399C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.05%

R = 49.41%
G = 13.54%
B = 37.05%

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

#D0399C (or 0xD0399C) is known color: Deep Cerise. HEX triplet: D0, 39 and 9C. RGB value is (208,57,156). Sum of RGB (Red+Green+Blue) = 208+57+156=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0399C is #2FC663. Grayscale: #717171. Windows color (decimal): -3130980 or 10238416. OLE color: 10238416.

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

Color convert

RGB 208 57 156 -
CMYK 0 0.73 0.25 0.18
HSL 320.66º 0.62% 0.52% -
HSV(B) 320.66º 0.73% 0.82% -
XYZ 33.48 18.74 33.3 -
YUV 113.44 152.03 195.45 -
System Red Green Blue C M Y K H S L
Decimal 208 57 156 0 0.73 0.25 0.18 320.66 0.62 0.52
Hex D0 39 9C 0 49 19 12 141 3E 34
Octal 320 71 234 0 111 31 22 501 76 64
Binary 11010000 111001 10011100 0 1001001 11001 10010 101000001 111110 110100

Color Harmonies of #D0399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0399C

Black with #D0399C

Text Example


Text Example

White with #D0399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0399C; }

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

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

background-color css

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

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

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

border-color css

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

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

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