Html Css Color HEX #DD30AB Persian Rose

📋 copy color: '#DD30AB'

red 221 ◦ green 48 ◦ blue 171

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

Shades of Persian Rose #DD30AB

Tints of Persian Rose #DD30AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 50.23%
G = 10.91%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD30AB (or 0xDD30AB) is known color: Persian Rose. HEX triplet: DD, 30 and AB. RGB value is (221,48,171). Sum of RGB (Red+Green+Blue) = 221+48+171=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD30AB is #22CF54. Grayscale: #717171. Windows color (decimal): -2281301 or 11219165. OLE color: 11219165.

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

Color convert

RGB 221 48 171 -
CMYK 0 0.78 0.23 0.13
HSL 317.34º 0.72% 0.53% -
HSV(B) 317.34º 0.78% 0.87% -
XYZ 38.23 20.43 40.46 -
YUV 113.75 160.31 204.5 -
System Red Green Blue C M Y K H S L
Decimal 221 48 171 0 0.78 0.23 0.13 317.34 0.72 0.53
Hex DD 30 AB 0 4E 17 D 13D 48 35
Octal 335 60 253 0 116 27 15 475 110 65
Binary 11011101 110000 10101011 0 1001110 10111 1101 100111101 1001000 110101

Color Harmonies of #DD30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30AB

Black with #DD30AB

Text Example


Text Example

White with #DD30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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