Html Css Color HEX #D0379B Deep Cerise

📋 copy color: '#D0379B'

red 208 ◦ green 55 ◦ blue 155

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

Shades of Deep Cerise #D0379B

Tints of Deep Cerise #D0379B

RGB

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

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

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

R = 49.76%
G = 13.16%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0379B (or 0xD0379B) is known color: Deep Cerise. HEX triplet: D0, 37 and 9B. RGB value is (208,55,155). Sum of RGB (Red+Green+Blue) = 208+55+155=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0379B is #2FC864. Grayscale: #6F6F6F. Windows color (decimal): -3131493 or 10172368. OLE color: 10172368.

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

Color convert

RGB 208 55 155 -
CMYK 0 0.74 0.25 0.18
HSL 320.78º 0.62% 0.52% -
HSV(B) 320.78º 0.74% 0.82% -
XYZ 33.3 18.51 32.83 -
YUV 112.15 152.19 196.37 -
System Red Green Blue C M Y K H S L
Decimal 208 55 155 0 0.74 0.25 0.18 320.78 0.62 0.52
Hex D0 37 9B 0 4A 19 12 141 3E 34
Octal 320 67 233 0 112 31 22 501 76 64
Binary 11010000 110111 10011011 0 1001010 11001 10010 101000001 111110 110100

Color Harmonies of #D0379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0379B

Black with #D0379B

Text Example


Text Example

White with #D0379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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