Html Css Color HEX #DD2DA8 Persian Rose

📋 copy color: '#DD2DA8'

red 221 ◦ green 45 ◦ blue 168

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

Shades of Persian Rose #DD2DA8

Tints of Persian Rose #DD2DA8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.37%

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

R = 50.92%
G = 10.37%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD2DA8 (or 0xDD2DA8) is known color: Persian Rose. HEX triplet: DD, 2D and A8. RGB value is (221,45,168). Sum of RGB (Red+Green+Blue) = 221+45+168=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2DA8 is #22D257. Grayscale: #6F6F6F. Windows color (decimal): -2282072 or 11021789. OLE color: 11021789.

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

Color convert

RGB 221 45 168 -
CMYK 0 0.80 0.24 0.13
HSL 318.07º 0.72% 0.52% -
HSV(B) 318.07º 0.8% 0.87% -
XYZ 37.83 20.08 38.93 -
YUV 111.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 221 45 168 0 0.80 0.24 0.13 318.07 0.72 0.52
Hex DD 2D A8 0 50 18 D 13E 48 34
Octal 335 55 250 0 120 30 15 476 110 64
Binary 11011101 101101 10101000 0 1010000 11000 1101 100111110 1001000 110100

Color Harmonies of #DD2DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2DA8

Black with #DD2DA8

Text Example


Text Example

White with #DD2DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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