Html Css Color HEX #DD32AF Persian Rose

📋 copy color: '#DD32AF'

red 221 ◦ green 50 ◦ blue 175

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

Shades of Persian Rose #DD32AF

Tints of Persian Rose #DD32AF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.21%

 BLUE value IS 175 (68.75% from 255) = 39.24%

R = 49.55%
G = 11.21%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD32AF (or 0xDD32AF) is known color: Persian Rose. HEX triplet: DD, 32 and AF. RGB value is (221,50,175). Sum of RGB (Red+Green+Blue) = 221+50+175=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD32AF is #22CD50. Grayscale: #737373. Windows color (decimal): -2280785 or 11481821. OLE color: 11481821.

HSL color Cylindrical-coordinate representation of color #DD32AF: hue angle of 316.14º degrees, saturation: 0.72, 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 #DD32AF is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 50 175 -
CMYK 0 0.77 0.21 0.13
HSL 316.14º 0.72% 0.53% -
HSV(B) 316.14º 0.77% 0.87% -
XYZ 38.7 20.75 42.52 -
YUV 115.38 161.65 203.34 -
System Red Green Blue C M Y K H S L
Decimal 221 50 175 0 0.77 0.21 0.13 316.14 0.72 0.53
Hex DD 32 AF 0 4D 15 D 13C 48 35
Octal 335 62 257 0 115 25 15 474 110 65
Binary 11011101 110010 10101111 0 1001101 10101 1101 100111100 1001000 110101

Color Harmonies of #DD32AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD32AF

Black with #DD32AF

Text Example


Text Example

White with #DD32AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD32AF; }

 p { color: rgb(221,50,175); }

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

background-color css

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

 a { background-color: rgb(221,50,175); }

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

border-color css

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

 span { border-color: rgb(221,50,175); }

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