Html Css Color HEX #DD30A8 Persian Rose

📋 copy color: '#DD30A8'

red 221 ◦ green 48 ◦ blue 168

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

Shades of Persian Rose #DD30A8

Tints of Persian Rose #DD30A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.44%

R = 50.57%
G = 10.98%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD30A8 (or 0xDD30A8) is known color: Persian Rose. HEX triplet: DD, 30 and A8. RGB value is (221,48,168). Sum of RGB (Red+Green+Blue) = 221+48+168=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD30A8 is #22CF57. Grayscale: #717171. Windows color (decimal): -2281304 or 11022557. OLE color: 11022557.

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

Color convert

RGB 221 48 168 -
CMYK 0 0.78 0.24 0.13
HSL 318.38º 0.72% 0.53% -
HSV(B) 318.38º 0.78% 0.87% -
XYZ 37.94 20.31 38.97 -
YUV 113.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 221 48 168 0 0.78 0.24 0.13 318.38 0.72 0.53
Hex DD 30 A8 0 4E 18 D 13E 48 35
Octal 335 60 250 0 116 30 15 476 110 65
Binary 11011101 110000 10101000 0 1001110 11000 1101 100111110 1001000 110101

Color Harmonies of #DD30A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30A8

Black with #DD30A8

Text Example


Text Example

White with #DD30A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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