Html Css Color HEX #DD2DAD Persian Rose

📋 copy color: '#DD2DAD'

red 221 ◦ green 45 ◦ blue 173

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

Shades of Persian Rose #DD2DAD

Tints of Persian Rose #DD2DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.25%

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

R = 50.34%
G = 10.25%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD2DAD (or 0xDD2DAD) is known color: Persian Rose. HEX triplet: DD, 2D and AD. RGB value is (221,45,173). Sum of RGB (Red+Green+Blue) = 221+45+173=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2DAD is #22D252. Grayscale: #6F6F6F. Windows color (decimal): -2282067 or 11349469. OLE color: 11349469.

HSL color Cylindrical-coordinate representation of color #DD2DAD: hue angle of 316.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2DAD is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 45 173 -
CMYK 0 0.80 0.22 0.13
HSL 316.36º 0.72% 0.52% -
HSV(B) 316.36º 0.8% 0.87% -
XYZ 38.3 20.27 41.43 -
YUV 112.22 162.31 205.59 -
System Red Green Blue C M Y K H S L
Decimal 221 45 173 0 0.80 0.22 0.13 316.36 0.72 0.52
Hex DD 2D AD 0 50 16 D 13C 48 34
Octal 335 55 255 0 120 26 15 474 110 64
Binary 11011101 101101 10101101 0 1010000 10110 1101 100111100 1001000 110100

Color Harmonies of #DD2DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2DAD

Black with #DD2DAD

Text Example


Text Example

White with #DD2DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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