Html Css Color HEX #DD36AF Persian Rose

📋 copy color: '#DD36AF'

red 221 ◦ green 54 ◦ blue 175

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

Shades of Persian Rose #DD36AF

Tints of Persian Rose #DD36AF

RGB

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

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

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

R = 49.11%
G = 12%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD36AF (or 0xDD36AF) is known color: Persian Rose. HEX triplet: DD, 36 and AF. RGB value is (221,54,175). Sum of RGB (Red+Green+Blue) = 221+54+175=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD36AF is #22C950. Grayscale: #757575. Windows color (decimal): -2279761 or 11482845. OLE color: 11482845.

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

Color convert

RGB 221 54 175 -
CMYK 0 0.76 0.21 0.13
HSL 316.53º 0.71% 0.54% -
HSV(B) 316.53º 0.76% 0.87% -
XYZ 38.88 21.11 42.58 -
YUV 117.73 160.33 201.66 -
System Red Green Blue C M Y K H S L
Decimal 221 54 175 0 0.76 0.21 0.13 316.53 0.71 0.54
Hex DD 36 AF 0 4C 15 D 13D 47 36
Octal 335 66 257 0 114 25 15 475 107 66
Binary 11011101 110110 10101111 0 1001100 10101 1101 100111101 1000111 110110

Color Harmonies of #DD36AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD36AF

Black with #DD36AF

Text Example


Text Example

White with #DD36AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD36AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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