Html Css Color HEX #DC449F Deep Cerise

📋 copy color: '#DC449F'

red 220 ◦ green 68 ◦ blue 159

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

Shades of Deep Cerise #DC449F

Tints of Deep Cerise #DC449F

RGB

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

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

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

R = 49.22%
G = 15.21%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC449F (or 0xDC449F) is known color: Deep Cerise. HEX triplet: DC, 44 and 9F. RGB value is (220,68,159). Sum of RGB (Red+Green+Blue) = 220+68+159=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC449F is #23BB60. Grayscale: #7B7B7B. Windows color (decimal): -2341729 or 10437852. OLE color: 10437852.

HSL color Cylindrical-coordinate representation of color #DC449F: hue angle of 324.08º 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 #DC449F is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 159 -
CMYK 0 0.69 0.28 0.14
HSL 324.08º 0.68% 0.56% -
HSV(B) 324.08º 0.69% 0.86% -
XYZ 37.84 21.85 35.02 -
YUV 123.82 147.86 196.6 -
System Red Green Blue C M Y K H S L
Decimal 220 68 159 0 0.69 0.28 0.14 324.08 0.68 0.56
Hex DC 44 9F 0 45 1C E 144 44 38
Octal 334 104 237 0 105 34 16 504 104 70
Binary 11011100 1000100 10011111 0 1000101 11100 1110 101000100 1000100 111000

Color Harmonies of #DC449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC449F

Black with #DC449F

Text Example


Text Example

White with #DC449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC449F; }

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

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

background-color css

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

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

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

border-color css

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

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

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