Html Css Color HEX #DD36AB Persian Rose

📋 copy color: '#DD36AB'

red 221 ◦ green 54 ◦ blue 171

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

Shades of Persian Rose #DD36AB

Tints of Persian Rose #DD36AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.11%

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

R = 49.55%
G = 12.11%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD36AB (or 0xDD36AB) is known color: Persian Rose. HEX triplet: DD, 36 and AB. RGB value is (221,54,171). Sum of RGB (Red+Green+Blue) = 221+54+171=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD36AB is #22C954. Grayscale: #747474. Windows color (decimal): -2279765 or 11220701. OLE color: 11220701.

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

Color convert

RGB 221 54 171 -
CMYK 0 0.76 0.23 0.13
HSL 317.96º 0.71% 0.54% -
HSV(B) 317.96º 0.76% 0.87% -
XYZ 38.49 20.95 40.54 -
YUV 117.27 158.33 201.99 -
System Red Green Blue C M Y K H S L
Decimal 221 54 171 0 0.76 0.23 0.13 317.96 0.71 0.54
Hex DD 36 AB 0 4C 17 D 13E 47 36
Octal 335 66 253 0 114 27 15 476 107 66
Binary 11011101 110110 10101011 0 1001100 10111 1101 100111110 1000111 110110

Color Harmonies of #DD36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD36AB

Black with #DD36AB

Text Example


Text Example

White with #DD36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD36AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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