Html Css Color HEX #DD39B0 Persian Rose

📋 copy color: '#DD39B0'

red 221 ◦ green 57 ◦ blue 176

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

Shades of Persian Rose #DD39B0

Tints of Persian Rose #DD39B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.77%

R = 48.68%
G = 12.56%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD39B0 (or 0xDD39B0) is known color: Persian Rose. HEX triplet: DD, 39 and B0. RGB value is (221,57,176). Sum of RGB (Red+Green+Blue) = 221+57+176=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD39B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD39B0 is #22C64F. Grayscale: #777777. Windows color (decimal): -2278992 or 11549149. OLE color: 11549149.

HSL color Cylindrical-coordinate representation of color #DD39B0: hue angle of 316.46º 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 #DD39B0 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 57 176 -
CMYK 0 0.74 0.20 0.13
HSL 316.46º 0.71% 0.55% -
HSV(B) 316.46º 0.74% 0.87% -
XYZ 39.12 21.43 43.15 -
YUV 119.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 221 57 176 0 0.74 0.20 0.13 316.46 0.71 0.55
Hex DD 39 B0 0 4A 14 D 13C 47 37
Octal 335 71 260 0 112 24 15 474 107 67
Binary 11011101 111001 10110000 0 1001010 10100 1101 100111100 1000111 110111

Color Harmonies of #DD39B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD39B0

Black with #DD39B0

Text Example


Text Example

White with #DD39B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD39B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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