Html Css Color HEX #DD30AC Persian Rose

📋 copy color: '#DD30AC'

red 221 ◦ green 48 ◦ blue 172

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

Shades of Persian Rose #DD30AC

Tints of Persian Rose #DD30AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39%

R = 50.11%
G = 10.88%
B = 39%

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

#DD30AC (or 0xDD30AC) is known color: Persian Rose. HEX triplet: DD, 30 and AC. RGB value is (221,48,172). Sum of RGB (Red+Green+Blue) = 221+48+172=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD30AC is #22CF53. Grayscale: #717171. Windows color (decimal): -2281300 or 11284701. OLE color: 11284701.

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

Color convert

RGB 221 48 172 -
CMYK 0 0.78 0.22 0.13
HSL 316.99º 0.72% 0.53% -
HSV(B) 316.99º 0.78% 0.87% -
XYZ 38.32 20.46 40.96 -
YUV 113.86 160.81 204.42 -
System Red Green Blue C M Y K H S L
Decimal 221 48 172 0 0.78 0.22 0.13 316.99 0.72 0.53
Hex DD 30 AC 0 4E 16 D 13D 48 35
Octal 335 60 254 0 116 26 15 475 110 65
Binary 11011101 110000 10101100 0 1001110 10110 1101 100111101 1001000 110101

Color Harmonies of #DD30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30AC

Black with #DD30AC

Text Example


Text Example

White with #DD30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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