Html Css Color HEX #DD429C Deep Cerise

📋 copy color: '#DD429C'

red 221 ◦ green 66 ◦ blue 156

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

Shades of Deep Cerise #DD429C

Tints of Deep Cerise #DD429C

RGB

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

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

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

R = 49.89%
G = 14.9%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD429C (or 0xDD429C) is known color: Deep Cerise. HEX triplet: DD, 42 and 9C. RGB value is (221,66,156). Sum of RGB (Red+Green+Blue) = 221+66+156=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD429C is #22BD63. Grayscale: #7A7A7A. Windows color (decimal): -2276708 or 10240733. OLE color: 10240733.

HSL color Cylindrical-coordinate representation of color #DD429C: hue angle of 325.16º 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 #DD429C is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 156 -
CMYK 0 0.70 0.29 0.13
HSL 325.16º 0.7% 0.56% -
HSV(B) 325.16º 0.7% 0.87% -
XYZ 37.77 21.67 33.64 -
YUV 122.61 146.85 198.18 -
System Red Green Blue C M Y K H S L
Decimal 221 66 156 0 0.70 0.29 0.13 325.16 0.7 0.56
Hex DD 42 9C 0 46 1D D 145 46 38
Octal 335 102 234 0 106 35 15 505 106 70
Binary 11011101 1000010 10011100 0 1000110 11101 1101 101000101 1000110 111000

Color Harmonies of #DD429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD429C

Black with #DD429C

Text Example


Text Example

White with #DD429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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