Html Css Color HEX #DC449C Deep Cerise

📋 copy color: '#DC449C'

red 220 ◦ green 68 ◦ blue 156

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

Shades of Deep Cerise #DC449C

Tints of Deep Cerise #DC449C

RGB

 RED value IS 220 (86.33% from 255) = 49.55%

 GREEN value IS 68 (26.95% from 255) = 15.32%

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

R = 49.55%
G = 15.32%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC449C (or 0xDC449C) is known color: Deep Cerise. HEX triplet: DC, 44 and 9C. RGB value is (220,68,156). Sum of RGB (Red+Green+Blue) = 220+68+156=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC449C is #23BB63. Grayscale: #7B7B7B. Windows color (decimal): -2341732 or 10241244. OLE color: 10241244.

HSL color Cylindrical-coordinate representation of color #DC449C: hue angle of 325.26º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC449C is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 156 -
CMYK 0 0.69 0.29 0.14
HSL 325.26º 0.68% 0.56% -
HSV(B) 325.26º 0.69% 0.86% -
XYZ 37.58 21.75 33.67 -
YUV 123.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 220 68 156 0 0.69 0.29 0.14 325.26 0.68 0.56
Hex DC 44 9C 0 45 1D E 145 44 38
Octal 334 104 234 0 105 35 16 505 104 70
Binary 11011100 1000100 10011100 0 1000101 11101 1110 101000101 1000100 111000

Color Harmonies of #DC449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC449C

Black with #DC449C

Text Example


Text Example

White with #DC449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC449C; }

 p { color: rgb(220,68,156); }

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

background-color css

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

 a { background-color: rgb(220,68,156); }

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

border-color css

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

 span { border-color: rgb(220,68,156); }

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