Html Css Color HEX #DD39B2 Persian Rose

📋 copy color: '#DD39B2'

red 221 ◦ green 57 ◦ blue 178

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

Shades of Persian Rose #DD39B2

Tints of Persian Rose #DD39B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.04%

R = 48.46%
G = 12.5%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD39B2 (or 0xDD39B2) is known color: Persian Rose. HEX triplet: DD, 39 and B2. RGB value is (221,57,178). Sum of RGB (Red+Green+Blue) = 221+57+178=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD39B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD39B2 is #22C64D. Grayscale: #777777. Windows color (decimal): -2278990 or 11680221. OLE color: 11680221.

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

Color convert

RGB 221 57 178 -
CMYK 0 0.74 0.19 0.13
HSL 315.73º 0.71% 0.55% -
HSV(B) 315.73º 0.74% 0.87% -
XYZ 39.32 21.51 44.2 -
YUV 119.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 221 57 178 0 0.74 0.19 0.13 315.73 0.71 0.55
Hex DD 39 B2 0 4A 13 D 13C 47 37
Octal 335 71 262 0 112 23 15 474 107 67
Binary 11011101 111001 10110010 0 1001010 10011 1101 100111100 1000111 110111

Color Harmonies of #DD39B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD39B2

Black with #DD39B2

Text Example


Text Example

White with #DD39B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD39B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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