Html Css Color HEX #DD30AD Persian Rose

📋 copy color: '#DD30AD'

red 221 ◦ green 48 ◦ blue 173

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

Shades of Persian Rose #DD30AD

Tints of Persian Rose #DD30AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.86%

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

R = 50%
G = 10.86%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD30AD (or 0xDD30AD) is known color: Persian Rose. HEX triplet: DD, 30 and AD. RGB value is (221,48,173). Sum of RGB (Red+Green+Blue) = 221+48+173=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD30AD is #22CF52. Grayscale: #717171. Windows color (decimal): -2281299 or 11350237. OLE color: 11350237.

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

Color convert

RGB 221 48 173 -
CMYK 0 0.78 0.22 0.13
HSL 316.65º 0.72% 0.53% -
HSV(B) 316.65º 0.78% 0.87% -
XYZ 38.42 20.5 41.47 -
YUV 113.98 161.31 204.34 -
System Red Green Blue C M Y K H S L
Decimal 221 48 173 0 0.78 0.22 0.13 316.65 0.72 0.53
Hex DD 30 AD 0 4E 16 D 13D 48 35
Octal 335 60 255 0 116 26 15 475 110 65
Binary 11011101 110000 10101101 0 1001110 10110 1101 100111101 1001000 110101

Color Harmonies of #DD30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30AD

Black with #DD30AD

Text Example


Text Example

White with #DD30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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