Html Css Color HEX #DD59A8 Brilliant Rose

📋 copy color: '#DD59A8'

red 221 ◦ green 89 ◦ blue 168

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

Shades of Brilliant Rose #DD59A8

Tints of Brilliant Rose #DD59A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.15%

R = 46.23%
G = 18.62%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD59A8 (or 0xDD59A8) is known color: Brilliant Rose. HEX triplet: DD, 59 and A8. RGB value is (221,89,168). Sum of RGB (Red+Green+Blue) = 221+89+168=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD59A8 is #22A657. Grayscale: #898989. Windows color (decimal): -2270808 or 11033053. OLE color: 11033053.

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

Color convert

RGB 221 89 168 -
CMYK 0 0.60 0.24 0.13
HSL 324.09º 0.66% 0.61% -
HSV(B) 324.09º 0.6% 0.87% -
XYZ 40.46 25.34 39.81 -
YUV 137.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 221 89 168 0 0.60 0.24 0.13 324.09 0.66 0.61
Hex DD 59 A8 0 3C 18 D 144 42 3D
Octal 335 131 250 0 74 30 15 504 102 75
Binary 11011101 1011001 10101000 0 111100 11000 1101 101000100 1000010 111101

Color Harmonies of #DD59A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59A8

Black with #DD59A8

Text Example


Text Example

White with #DD59A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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