Html Css Color HEX #D0379F Deep Cerise

📋 copy color: '#D0379F'

red 208 ◦ green 55 ◦ blue 159

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

Shades of Deep Cerise #D0379F

Tints of Deep Cerise #D0379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.03%

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

R = 49.29%
G = 13.03%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0379F (or 0xD0379F) is known color: Deep Cerise. HEX triplet: D0, 37 and 9F. RGB value is (208,55,159). Sum of RGB (Red+Green+Blue) = 208+55+159=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0379F is #2FC860. Grayscale: #707070. Windows color (decimal): -3131489 or 10434512. OLE color: 10434512.

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

Color convert

RGB 208 55 159 -
CMYK 0 0.74 0.24 0.18
HSL 319.22º 0.62% 0.52% -
HSV(B) 319.22º 0.74% 0.82% -
XYZ 33.64 18.65 34.63 -
YUV 112.6 154.19 196.04 -
System Red Green Blue C M Y K H S L
Decimal 208 55 159 0 0.74 0.24 0.18 319.22 0.62 0.52
Hex D0 37 9F 0 4A 18 12 13F 3E 34
Octal 320 67 237 0 112 30 22 477 76 64
Binary 11010000 110111 10011111 0 1001010 11000 10010 100111111 111110 110100

Color Harmonies of #D0379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0379F

Black with #D0379F

Text Example


Text Example

White with #D0379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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