Html Css Color HEX #DD31AF Persian Rose

📋 copy color: '#DD31AF'

red 221 ◦ green 49 ◦ blue 175

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

Shades of Persian Rose #DD31AF

Tints of Persian Rose #DD31AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.01%

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

R = 49.66%
G = 11.01%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD31AF (or 0xDD31AF) is known color: Persian Rose. HEX triplet: DD, 31 and AF. RGB value is (221,49,175). Sum of RGB (Red+Green+Blue) = 221+49+175=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD31AF is #22CE50. Grayscale: #727272. Windows color (decimal): -2281041 or 11481565. OLE color: 11481565.

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

Color convert

RGB 221 49 175 -
CMYK 0 0.78 0.21 0.13
HSL 316.05º 0.72% 0.53% -
HSV(B) 316.05º 0.78% 0.87% -
XYZ 38.65 20.66 42.51 -
YUV 114.79 161.98 203.75 -
System Red Green Blue C M Y K H S L
Decimal 221 49 175 0 0.78 0.21 0.13 316.05 0.72 0.53
Hex DD 31 AF 0 4E 15 D 13C 48 35
Octal 335 61 257 0 116 25 15 474 110 65
Binary 11011101 110001 10101111 0 1001110 10101 1101 100111100 1001000 110101

Color Harmonies of #DD31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31AF

Black with #DD31AF

Text Example


Text Example

White with #DD31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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