Html Css Color HEX #DD41AA Deep Cerise

📋 copy color: '#DD41AA'

red 221 ◦ green 65 ◦ blue 170

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

Shades of Deep Cerise #DD41AA

Tints of Deep Cerise #DD41AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.25%

 BLUE value IS 170 (66.8% from 255) = 37.28%

R = 48.46%
G = 14.25%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD41AA (or 0xDD41AA) is known color: Deep Cerise. HEX triplet: DD, 41 and AA. RGB value is (221,65,170). Sum of RGB (Red+Green+Blue) = 221+65+170=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD41AA is #22BE55. Grayscale: #7B7B7B. Windows color (decimal): -2276950 or 11157981. OLE color: 11157981.

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

Color convert

RGB 221 65 170 -
CMYK 0 0.71 0.23 0.13
HSL 319.62º 0.7% 0.56% -
HSV(B) 319.62º 0.71% 0.87% -
XYZ 38.96 22.06 40.23 -
YUV 123.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 221 65 170 0 0.71 0.23 0.13 319.62 0.7 0.56
Hex DD 41 AA 0 47 17 D 140 46 38
Octal 335 101 252 0 107 27 15 500 106 70
Binary 11011101 1000001 10101010 0 1000111 10111 1101 101000000 1000110 111000

Color Harmonies of #DD41AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41AA

Black with #DD41AA

Text Example


Text Example

White with #DD41AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41AA; }

 p { color: rgb(221,65,170); }

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

background-color css

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

 a { background-color: rgb(221,65,170); }

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

border-color css

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

 span { border-color: rgb(221,65,170); }

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