Html Css Color HEX #DD42A0 Deep Cerise

📋 copy color: '#DD42A0'

red 221 ◦ green 66 ◦ blue 160

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

Shades of Deep Cerise #DD42A0

Tints of Deep Cerise #DD42A0

RGB

 RED value IS 221 (86.72% from 255) = 49.44%

 GREEN value IS 66 (26.17% from 255) = 14.77%

 BLUE value IS 160 (62.89% from 255) = 35.79%

R = 49.44%
G = 14.77%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD42A0 (or 0xDD42A0) is known color: Deep Cerise. HEX triplet: DD, 42 and A0. RGB value is (221,66,160). Sum of RGB (Red+Green+Blue) = 221+66+160=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD42A0 is #22BD5F. Grayscale: #7A7A7A. Windows color (decimal): -2276704 or 10502877. OLE color: 10502877.

HSL color Cylindrical-coordinate representation of color #DD42A0: hue angle of 323.61º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD42A0 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 160 -
CMYK 0 0.70 0.28 0.13
HSL 323.61º 0.7% 0.56% -
HSV(B) 323.61º 0.7% 0.87% -
XYZ 38.11 21.81 35.46 -
YUV 123.06 148.85 197.86 -
System Red Green Blue C M Y K H S L
Decimal 221 66 160 0 0.70 0.28 0.13 323.61 0.7 0.56
Hex DD 42 A0 0 46 1C D 144 46 38
Octal 335 102 240 0 106 34 15 504 106 70
Binary 11011101 1000010 10100000 0 1000110 11100 1101 101000100 1000110 111000

Color Harmonies of #DD42A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42A0

Black with #DD42A0

Text Example


Text Example

White with #DD42A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42A0; }

 p { color: rgb(221,66,160); }

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

background-color css

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

 a { background-color: rgb(221,66,160); }

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

border-color css

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

 span { border-color: rgb(221,66,160); }

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