Html Css Color HEX #DD27AA Persian Rose

📋 copy color: '#DD27AA'

red 221 ◦ green 39 ◦ blue 170

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

Shades of Persian Rose #DD27AA

Tints of Persian Rose #DD27AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.07%

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 51.4%
G = 9.07%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD27AA (or 0xDD27AA) is known color: Persian Rose. HEX triplet: DD, 27 and AA. RGB value is (221,39,170). Sum of RGB (Red+Green+Blue) = 221+39+170=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD27AA is #22D855. Grayscale: #6C6C6C. Windows color (decimal): -2283606 or 11151325. OLE color: 11151325.

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

Color convert

RGB 221 39 170 -
CMYK 0 0.82 0.23 0.13
HSL 316.81º 0.73% 0.51% -
HSV(B) 316.81º 0.82% 0.87% -
XYZ 37.8 19.73 39.85 -
YUV 108.35 162.8 208.35 -
System Red Green Blue C M Y K H S L
Decimal 221 39 170 0 0.82 0.23 0.13 316.81 0.73 0.51
Hex DD 27 AA 0 52 17 D 13D 49 33
Octal 335 47 252 0 122 27 15 475 111 63
Binary 11011101 100111 10101010 0 1010010 10111 1101 100111101 1001001 110011

Color Harmonies of #DD27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27AA

Black with #DD27AA

Text Example


Text Example

White with #DD27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27AA; }

 p { color: rgb(221,39,170); }

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

background-color css

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

 a { background-color: rgb(221,39,170); }

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

border-color css

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

 span { border-color: rgb(221,39,170); }

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