Html Css Color HEX #DD40AD Persian Rose

📋 copy color: '#DD40AD'

red 221 ◦ green 64 ◦ blue 173

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

Shades of Persian Rose #DD40AD

Tints of Persian Rose #DD40AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.97%

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

R = 48.25%
G = 13.97%
B = 37.77%

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

#DD40AD (or 0xDD40AD) is known color: Persian Rose. HEX triplet: DD, 40 and AD. RGB value is (221,64,173). Sum of RGB (Red+Green+Blue) = 221+64+173=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD40AD is #22BF52. Grayscale: #7B7B7B. Windows color (decimal): -2277203 or 11354333. OLE color: 11354333.

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

Color convert

RGB 221 64 173 -
CMYK 0 0.71 0.22 0.13
HSL 318.34º 0.7% 0.56% -
HSV(B) 318.34º 0.71% 0.87% -
XYZ 39.2 22.06 41.73 -
YUV 123.37 156.01 197.64 -
System Red Green Blue C M Y K H S L
Decimal 221 64 173 0 0.71 0.22 0.13 318.34 0.7 0.56
Hex DD 40 AD 0 47 16 D 13E 46 38
Octal 335 100 255 0 107 26 15 476 106 70
Binary 11011101 1000000 10101101 0 1000111 10110 1101 100111110 1000110 111000

Color Harmonies of #DD40AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD40AD

Black with #DD40AD

Text Example


Text Example

White with #DD40AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD40AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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