Html Css Color HEX #DD33AB Persian Rose

📋 copy color: '#DD33AB'

red 221 ◦ green 51 ◦ blue 171

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

Shades of Persian Rose #DD33AB

Tints of Persian Rose #DD33AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.51%

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

R = 49.89%
G = 11.51%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD33AB (or 0xDD33AB) is known color: Persian Rose. HEX triplet: DD, 33 and AB. RGB value is (221,51,171). Sum of RGB (Red+Green+Blue) = 221+51+171=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33AB is #22CC54. Grayscale: #737373. Windows color (decimal): -2280533 or 11219933. OLE color: 11219933.

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

Color convert

RGB 221 51 171 -
CMYK 0 0.77 0.23 0.13
HSL 317.65º 0.71% 0.53% -
HSV(B) 317.65º 0.77% 0.87% -
XYZ 38.35 20.68 40.5 -
YUV 115.51 159.32 203.24 -
System Red Green Blue C M Y K H S L
Decimal 221 51 171 0 0.77 0.23 0.13 317.65 0.71 0.53
Hex DD 33 AB 0 4D 17 D 13E 47 35
Octal 335 63 253 0 115 27 15 476 107 65
Binary 11011101 110011 10101011 0 1001101 10111 1101 100111110 1000111 110101

Color Harmonies of #DD33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33AB

Black with #DD33AB

Text Example


Text Example

White with #DD33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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