Html Css Color HEX #DD57AA Brilliant Rose

📋 copy color: '#DD57AA'

red 221 ◦ green 87 ◦ blue 170

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

Shades of Brilliant Rose #DD57AA

Tints of Brilliant Rose #DD57AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.2%

 BLUE value IS 170 (66.8% from 255) = 35.56%

R = 46.23%
G = 18.2%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD57AA (or 0xDD57AA) is known color: Brilliant Rose. HEX triplet: DD, 57 and AA. RGB value is (221,87,170). Sum of RGB (Red+Green+Blue) = 221+87+170=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD57AA is #22A855. Grayscale: #888888. Windows color (decimal): -2271318 or 11163613. OLE color: 11163613.

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

Color convert

RGB 221 87 170 -
CMYK 0 0.61 0.23 0.13
HSL 322.84º 0.66% 0.6% -
HSV(B) 322.84º 0.61% 0.87% -
XYZ 40.48 25.09 40.74 -
YUV 136.53 146.89 188.25 -
System Red Green Blue C M Y K H S L
Decimal 221 87 170 0 0.61 0.23 0.13 322.84 0.66 0.6
Hex DD 57 AA 0 3D 17 D 143 42 3C
Octal 335 127 252 0 75 27 15 503 102 74
Binary 11011101 1010111 10101010 0 111101 10111 1101 101000011 1000010 111100

Color Harmonies of #DD57AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD57AA

Black with #DD57AA

Text Example


Text Example

White with #DD57AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD57AA; }

 p { color: rgb(221,87,170); }

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

background-color css

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

 a { background-color: rgb(221,87,170); }

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

border-color css

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

 span { border-color: rgb(221,87,170); }

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