Html Css Color HEX #DD33AC Persian Rose

📋 copy color: '#DD33AC'

red 221 ◦ green 51 ◦ blue 172

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

Shades of Persian Rose #DD33AC

Tints of Persian Rose #DD33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.49%

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 49.77%
G = 11.49%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD33AC (or 0xDD33AC) is known color: Persian Rose. HEX triplet: DD, 33 and AC. RGB value is (221,51,172). Sum of RGB (Red+Green+Blue) = 221+51+172=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33AC is #22CC53. Grayscale: #737373. Windows color (decimal): -2280532 or 11285469. OLE color: 11285469.

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

Color convert

RGB 221 51 172 -
CMYK 0 0.77 0.22 0.13
HSL 317.29º 0.71% 0.53% -
HSV(B) 317.29º 0.77% 0.87% -
XYZ 38.45 20.72 41 -
YUV 115.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 221 51 172 0 0.77 0.22 0.13 317.29 0.71 0.53
Hex DD 33 AC 0 4D 16 D 13D 47 35
Octal 335 63 254 0 115 26 15 475 107 65
Binary 11011101 110011 10101100 0 1001101 10110 1101 100111101 1000111 110101

Color Harmonies of #DD33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33AC

Black with #DD33AC

Text Example


Text Example

White with #DD33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33AC; }

 p { color: rgb(221,51,172); }

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

background-color css

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

 a { background-color: rgb(221,51,172); }

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

border-color css

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

 span { border-color: rgb(221,51,172); }

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