Html Css Color HEX #DD59AC Brilliant Rose

📋 copy color: '#DD59AC'

red 221 ◦ green 89 ◦ blue 172

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

Shades of Brilliant Rose #DD59AC

Tints of Brilliant Rose #DD59AC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.46%

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

R = 45.85%
G = 18.46%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD59AC (or 0xDD59AC) is known color: Brilliant Rose. HEX triplet: DD, 59 and AC. RGB value is (221,89,172). Sum of RGB (Red+Green+Blue) = 221+89+172=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD59AC is #22A653. Grayscale: #898989. Windows color (decimal): -2270804 or 11295197. OLE color: 11295197.

HSL color Cylindrical-coordinate representation of color #DD59AC: hue angle of 322.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD59AC is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 89 172 -
CMYK 0 0.60 0.22 0.13
HSL 322.27º 0.66% 0.61% -
HSV(B) 322.27º 0.6% 0.87% -
XYZ 40.84 25.5 41.8 -
YUV 137.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 221 89 172 0 0.60 0.22 0.13 322.27 0.66 0.61
Hex DD 59 AC 0 3C 16 D 142 42 3D
Octal 335 131 254 0 74 26 15 502 102 75
Binary 11011101 1011001 10101100 0 111100 10110 1101 101000010 1000010 111101

Color Harmonies of #DD59AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59AC

Black with #DD59AC

Text Example


Text Example

White with #DD59AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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