Html Css Color HEX #DD28AB Persian Rose

📋 copy color: '#DD28AB'

red 221 ◦ green 40 ◦ blue 171

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

Shades of Persian Rose #DD28AB

Tints of Persian Rose #DD28AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.26%

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

R = 51.16%
G = 9.26%
B = 39.58%

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

#DD28AB (or 0xDD28AB) is known color: Persian Rose. HEX triplet: DD, 28 and AB. RGB value is (221,40,171). Sum of RGB (Red+Green+Blue) = 221+40+171=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD28AB is #22D754. Grayscale: #6C6C6C. Windows color (decimal): -2283349 or 11217117. OLE color: 11217117.

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

Color convert

RGB 221 40 171 -
CMYK 0 0.82 0.23 0.13
HSL 316.57º 0.73% 0.51% -
HSV(B) 316.57º 0.82% 0.87% -
XYZ 37.93 19.83 40.36 -
YUV 109.05 162.97 207.85 -
System Red Green Blue C M Y K H S L
Decimal 221 40 171 0 0.82 0.23 0.13 316.57 0.73 0.51
Hex DD 28 AB 0 52 17 D 13D 49 33
Octal 335 50 253 0 122 27 15 475 111 63
Binary 11011101 101000 10101011 0 1010010 10111 1101 100111101 1001001 110011

Color Harmonies of #DD28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28AB

Black with #DD28AB

Text Example


Text Example

White with #DD28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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