Html Css Color HEX #DD27A8 Persian Rose

📋 copy color: '#DD27A8'

red 221 ◦ green 39 ◦ blue 168

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

Shades of Persian Rose #DD27A8

Tints of Persian Rose #DD27A8

RGB

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

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

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

R = 51.64%
G = 9.11%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD27A8 (or 0xDD27A8) is known color: Persian Rose. HEX triplet: DD, 27 and A8. RGB value is (221,39,168). Sum of RGB (Red+Green+Blue) = 221+39+168=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD27A8 is #22D857. Grayscale: #6B6B6B. Windows color (decimal): -2283608 or 11020253. OLE color: 11020253.

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

Color convert

RGB 221 39 168 -
CMYK 0 0.82 0.24 0.13
HSL 317.47º 0.73% 0.51% -
HSV(B) 317.47º 0.82% 0.87% -
XYZ 37.61 19.65 38.86 -
YUV 108.12 161.8 208.51 -
System Red Green Blue C M Y K H S L
Decimal 221 39 168 0 0.82 0.24 0.13 317.47 0.73 0.51
Hex DD 27 A8 0 52 18 D 13D 49 33
Octal 335 47 250 0 122 30 15 475 111 63
Binary 11011101 100111 10101000 0 1010010 11000 1101 100111101 1001001 110011

Color Harmonies of #DD27A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27A8

Black with #DD27A8

Text Example


Text Example

White with #DD27A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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