Html Css Color HEX #DD2FA8 Persian Rose

📋 copy color: '#DD2FA8'

red 221 ◦ green 47 ◦ blue 168

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

Shades of Persian Rose #DD2FA8

Tints of Persian Rose #DD2FA8

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.78%

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

R = 50.69%
G = 10.78%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD2FA8 (or 0xDD2FA8) is known color: Persian Rose. HEX triplet: DD, 2F and A8. RGB value is (221,47,168). Sum of RGB (Red+Green+Blue) = 221+47+168=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2FA8 is #22D057. Grayscale: #707070. Windows color (decimal): -2281560 or 11022301. OLE color: 11022301.

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

Color convert

RGB 221 47 168 -
CMYK 0 0.79 0.24 0.13
HSL 318.28º 0.72% 0.53% -
HSV(B) 318.28º 0.79% 0.87% -
XYZ 37.9 20.23 38.95 -
YUV 112.82 159.15 205.16 -
System Red Green Blue C M Y K H S L
Decimal 221 47 168 0 0.79 0.24 0.13 318.28 0.72 0.53
Hex DD 2F A8 0 4F 18 D 13E 48 35
Octal 335 57 250 0 117 30 15 476 110 65
Binary 11011101 101111 10101000 0 1001111 11000 1101 100111110 1001000 110101

Color Harmonies of #DD2FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2FA8

Black with #DD2FA8

Text Example


Text Example

White with #DD2FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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