Html Css Color HEX #D0319B Deep Cerise

📋 copy color: '#D0319B'

red 208 ◦ green 49 ◦ blue 155

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

Shades of Deep Cerise #D0319B

Tints of Deep Cerise #D0319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.89%

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

R = 50.49%
G = 11.89%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0319B (or 0xD0319B) is known color: Deep Cerise. HEX triplet: D0, 31 and 9B. RGB value is (208,49,155). Sum of RGB (Red+Green+Blue) = 208+49+155=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0319B is #2FCE64. Grayscale: #6C6C6C. Windows color (decimal): -3133029 or 10170832. OLE color: 10170832.

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

Color convert

RGB 208 49 155 -
CMYK 0 0.76 0.25 0.18
HSL 320º 0.63% 0.5% -
HSV(B) 320º 0.76% 0.82% -
XYZ 33.03 17.97 32.74 -
YUV 108.63 154.18 198.88 -
System Red Green Blue C M Y K H S L
Decimal 208 49 155 0 0.76 0.25 0.18 320 0.63 0.5
Hex D0 31 9B 0 4C 19 12 140 3F 32
Octal 320 61 233 0 114 31 22 500 77 62
Binary 11010000 110001 10011011 0 1001100 11001 10010 101000000 111111 110010

Color Harmonies of #D0319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0319B

Black with #D0319B

Text Example


Text Example

White with #D0319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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