Html Css Color HEX #DD41AD Deep Cerise

📋 copy color: '#DD41AD'

red 221 ◦ green 65 ◦ blue 173

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

Shades of Deep Cerise #DD41AD

Tints of Deep Cerise #DD41AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.69%

R = 48.15%
G = 14.16%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD41AD (or 0xDD41AD) is known color: Deep Cerise. HEX triplet: DD, 41 and AD. RGB value is (221,65,173). Sum of RGB (Red+Green+Blue) = 221+65+173=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD41AD is #22BE52. Grayscale: #7B7B7B. Windows color (decimal): -2276947 or 11354589. OLE color: 11354589.

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

Color convert

RGB 221 65 173 -
CMYK 0 0.71 0.22 0.13
HSL 318.46º 0.7% 0.56% -
HSV(B) 318.46º 0.71% 0.87% -
XYZ 39.25 22.17 41.75 -
YUV 123.96 155.68 197.22 -
System Red Green Blue C M Y K H S L
Decimal 221 65 173 0 0.71 0.22 0.13 318.46 0.7 0.56
Hex DD 41 AD 0 47 16 D 13E 46 38
Octal 335 101 255 0 107 26 15 476 106 70
Binary 11011101 1000001 10101101 0 1000111 10110 1101 100111110 1000110 111000

Color Harmonies of #DD41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41AD

Black with #DD41AD

Text Example


Text Example

White with #DD41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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