Html Css Color HEX #DD52AC Brilliant Rose

📋 copy color: '#DD52AC'

red 221 ◦ green 82 ◦ blue 172

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

Shades of Brilliant Rose #DD52AC

Tints of Brilliant Rose #DD52AC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.26%

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

R = 46.53%
G = 17.26%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD52AC (or 0xDD52AC) is known color: Brilliant Rose. HEX triplet: DD, 52 and AC. RGB value is (221,82,172). Sum of RGB (Red+Green+Blue) = 221+82+172=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD52AC is #22AD53. Grayscale: #858585. Windows color (decimal): -2272596 or 11293405. OLE color: 11293405.

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

Color convert

RGB 221 82 172 -
CMYK 0 0.63 0.22 0.13
HSL 321.15º 0.67% 0.59% -
HSV(B) 321.15º 0.63% 0.87% -
XYZ 40.28 24.39 41.61 -
YUV 133.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 221 82 172 0 0.63 0.22 0.13 321.15 0.67 0.59
Hex DD 52 AC 0 3F 16 D 141 43 3B
Octal 335 122 254 0 77 26 15 501 103 73
Binary 11011101 1010010 10101100 0 111111 10110 1101 101000001 1000011 111011

Color Harmonies of #DD52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD52AC

Black with #DD52AC

Text Example


Text Example

White with #DD52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD52AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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