Html Css Color HEX #D0379C Deep Cerise

📋 copy color: '#D0379C'

red 208 ◦ green 55 ◦ blue 156

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

Shades of Deep Cerise #D0379C

Tints of Deep Cerise #D0379C

RGB

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

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

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

R = 49.64%
G = 13.13%
B = 37.23%

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

#D0379C (or 0xD0379C) is known color: Deep Cerise. HEX triplet: D0, 37 and 9C. RGB value is (208,55,156). Sum of RGB (Red+Green+Blue) = 208+55+156=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0379C is #2FC863. Grayscale: #707070. Windows color (decimal): -3131492 or 10237904. OLE color: 10237904.

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

Color convert

RGB 208 55 156 -
CMYK 0 0.74 0.25 0.18
HSL 320.39º 0.62% 0.52% -
HSV(B) 320.39º 0.74% 0.82% -
XYZ 33.38 18.54 33.27 -
YUV 112.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 208 55 156 0 0.74 0.25 0.18 320.39 0.62 0.52
Hex D0 37 9C 0 4A 19 12 140 3E 34
Octal 320 67 234 0 112 31 22 500 76 64
Binary 11010000 110111 10011100 0 1001010 11001 10010 101000000 111110 110100

Color Harmonies of #D0379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0379C

Black with #D0379C

Text Example


Text Example

White with #D0379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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