Html Css Color HEX #DD429D Deep Cerise

📋 copy color: '#DD429D'

red 221 ◦ green 66 ◦ blue 157

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

Shades of Deep Cerise #DD429D

Tints of Deep Cerise #DD429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 49.77%
G = 14.86%
B = 35.36%

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

#DD429D (or 0xDD429D) is known color: Deep Cerise. HEX triplet: DD, 42 and 9D. RGB value is (221,66,157). Sum of RGB (Red+Green+Blue) = 221+66+157=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD429D is #22BD62. Grayscale: #7A7A7A. Windows color (decimal): -2276707 or 10306269. OLE color: 10306269.

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

Color convert

RGB 221 66 157 -
CMYK 0 0.70 0.29 0.13
HSL 324.77º 0.7% 0.56% -
HSV(B) 324.77º 0.7% 0.87% -
XYZ 37.85 21.7 34.09 -
YUV 122.72 147.35 198.1 -
System Red Green Blue C M Y K H S L
Decimal 221 66 157 0 0.70 0.29 0.13 324.77 0.7 0.56
Hex DD 42 9D 0 46 1D D 145 46 38
Octal 335 102 235 0 106 35 15 505 106 70
Binary 11011101 1000010 10011101 0 1000110 11101 1101 101000101 1000110 111000

Color Harmonies of #DD429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD429D

Black with #DD429D

Text Example


Text Example

White with #DD429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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