Html Css Color HEX #DC448A Deep Cerise

📋 copy color: '#DC448A'

red 220 ◦ green 68 ◦ blue 138

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

Shades of Deep Cerise #DC448A

Tints of Deep Cerise #DC448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 51.64%
G = 15.96%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC448A (or 0xDC448A) is known color: Deep Cerise. HEX triplet: DC, 44 and 8A. RGB value is (220,68,138). Sum of RGB (Red+Green+Blue) = 220+68+138=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC448A is #23BB75. Grayscale: #797979. Windows color (decimal): -2341750 or 9061596. OLE color: 9061596.

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

Color convert

RGB 220 68 138 -
CMYK 0 0.69 0.37 0.14
HSL 332.37º 0.68% 0.56% -
HSV(B) 332.37º 0.69% 0.86% -
XYZ 36.17 21.18 26.23 -
YUV 121.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 220 68 138 0 0.69 0.37 0.14 332.37 0.68 0.56
Hex DC 44 8A 0 45 25 E 14C 44 38
Octal 334 104 212 0 105 45 16 514 104 70
Binary 11011100 1000100 10001010 0 1000101 100101 1110 101001100 1000100 111000

Color Harmonies of #DC448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC448A

Black with #DC448A

Text Example


Text Example

White with #DC448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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