Html Css Color HEX #DD36B2 Persian Rose

📋 copy color: '#DD36B2'

red 221 ◦ green 54 ◦ blue 178

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

Shades of Persian Rose #DD36B2

Tints of Persian Rose #DD36B2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.92%

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

R = 48.79%
G = 11.92%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD36B2 (or 0xDD36B2) is known color: Persian Rose. HEX triplet: DD, 36 and B2. RGB value is (221,54,178). Sum of RGB (Red+Green+Blue) = 221+54+178=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD36B2 is #22C94D. Grayscale: #757575. Windows color (decimal): -2279758 or 11679453. OLE color: 11679453.

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

Color convert

RGB 221 54 178 -
CMYK 0 0.76 0.19 0.13
HSL 315.45º 0.71% 0.54% -
HSV(B) 315.45º 0.76% 0.87% -
XYZ 39.17 21.22 44.15 -
YUV 118.07 161.83 201.42 -
System Red Green Blue C M Y K H S L
Decimal 221 54 178 0 0.76 0.19 0.13 315.45 0.71 0.54
Hex DD 36 B2 0 4C 13 D 13B 47 36
Octal 335 66 262 0 114 23 15 473 107 66
Binary 11011101 110110 10110010 0 1001100 10011 1101 100111011 1000111 110110

Color Harmonies of #DD36B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD36B2

Black with #DD36B2

Text Example


Text Example

White with #DD36B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD36B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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