Html Css Color HEX #DD57A9 Brilliant Rose

📋 copy color: '#DD57A9'

red 221 ◦ green 87 ◦ blue 169

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

Shades of Brilliant Rose #DD57A9

Tints of Brilliant Rose #DD57A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.43%

R = 46.33%
G = 18.24%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD57A9 (or 0xDD57A9) is known color: Brilliant Rose. HEX triplet: DD, 57 and A9. RGB value is (221,87,169). Sum of RGB (Red+Green+Blue) = 221+87+169=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD57A9 is #22A856. Grayscale: #888888. Windows color (decimal): -2271319 or 11098077. OLE color: 11098077.

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

Color convert

RGB 221 87 169 -
CMYK 0 0.61 0.24 0.13
HSL 323.28º 0.66% 0.6% -
HSV(B) 323.28º 0.61% 0.87% -
XYZ 40.39 25.05 40.24 -
YUV 136.41 146.39 188.33 -
System Red Green Blue C M Y K H S L
Decimal 221 87 169 0 0.61 0.24 0.13 323.28 0.66 0.6
Hex DD 57 A9 0 3D 18 D 143 42 3C
Octal 335 127 251 0 75 30 15 503 102 74
Binary 11011101 1010111 10101001 0 111101 11000 1101 101000011 1000010 111100

Color Harmonies of #DD57A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD57A9

Black with #DD57A9

Text Example


Text Example

White with #DD57A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD57A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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