Html Css Color HEX #DD36B1 Persian Rose

📋 copy color: '#DD36B1'

red 221 ◦ green 54 ◦ blue 177

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

Shades of Persian Rose #DD36B1

Tints of Persian Rose #DD36B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.16%

R = 48.89%
G = 11.95%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD36B1 (or 0xDD36B1) is known color: Persian Rose. HEX triplet: DD, 36 and B1. RGB value is (221,54,177). Sum of RGB (Red+Green+Blue) = 221+54+177=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD36B1 is #22C94E. Grayscale: #757575. Windows color (decimal): -2279759 or 11613917. OLE color: 11613917.

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

Color convert

RGB 221 54 177 -
CMYK 0 0.76 0.20 0.13
HSL 315.81º 0.71% 0.54% -
HSV(B) 315.81º 0.76% 0.87% -
XYZ 39.07 21.18 43.62 -
YUV 117.96 161.33 201.5 -
System Red Green Blue C M Y K H S L
Decimal 221 54 177 0 0.76 0.20 0.13 315.81 0.71 0.54
Hex DD 36 B1 0 4C 14 D 13C 47 36
Octal 335 66 261 0 114 24 15 474 107 66
Binary 11011101 110110 10110001 0 1001100 10100 1101 100111100 1000111 110110

Color Harmonies of #DD36B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD36B1

Black with #DD36B1

Text Example


Text Example

White with #DD36B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD36B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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