Html Css Color HEX #DD2EAB Persian Rose

📋 copy color: '#DD2EAB'

red 221 ◦ green 46 ◦ blue 171

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

Shades of Persian Rose #DD2EAB

Tints of Persian Rose #DD2EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.5%

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

R = 50.46%
G = 10.5%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD2EAB (or 0xDD2EAB) is known color: Persian Rose. HEX triplet: DD, 2E and AB. RGB value is (221,46,171). Sum of RGB (Red+Green+Blue) = 221+46+171=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2EAB is #22D154. Grayscale: #707070. Windows color (decimal): -2281813 or 11218653. OLE color: 11218653.

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

Color convert

RGB 221 46 171 -
CMYK 0 0.79 0.23 0.13
HSL 317.14º 0.72% 0.52% -
HSV(B) 317.14º 0.79% 0.87% -
XYZ 38.15 20.27 40.43 -
YUV 112.58 160.98 205.34 -
System Red Green Blue C M Y K H S L
Decimal 221 46 171 0 0.79 0.23 0.13 317.14 0.72 0.52
Hex DD 2E AB 0 4F 17 D 13D 48 34
Octal 335 56 253 0 117 27 15 475 110 64
Binary 11011101 101110 10101011 0 1001111 10111 1101 100111101 1001000 110100

Color Harmonies of #DD2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2EAB

Black with #DD2EAB

Text Example


Text Example

White with #DD2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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