Html Css Color HEX #DD39AF Persian Rose

📋 copy color: '#DD39AF'

red 221 ◦ green 57 ◦ blue 175

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

Shades of Persian Rose #DD39AF

Tints of Persian Rose #DD39AF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.58%

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

R = 48.79%
G = 12.58%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD39AF (or 0xDD39AF) is known color: Persian Rose. HEX triplet: DD, 39 and AF. RGB value is (221,57,175). Sum of RGB (Red+Green+Blue) = 221+57+175=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD39AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD39AF is #22C650. Grayscale: #777777. Windows color (decimal): -2278993 or 11483613. OLE color: 11483613.

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

Color convert

RGB 221 57 175 -
CMYK 0 0.74 0.21 0.13
HSL 316.83º 0.71% 0.55% -
HSV(B) 316.83º 0.74% 0.87% -
XYZ 39.02 21.39 42.63 -
YUV 119.49 159.33 200.41 -
System Red Green Blue C M Y K H S L
Decimal 221 57 175 0 0.74 0.21 0.13 316.83 0.71 0.55
Hex DD 39 AF 0 4A 15 D 13D 47 37
Octal 335 71 257 0 112 25 15 475 107 67
Binary 11011101 111001 10101111 0 1001010 10101 1101 100111101 1000111 110111

Color Harmonies of #DD39AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD39AF

Black with #DD39AF

Text Example


Text Example

White with #DD39AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD39AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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