Html Css Color HEX #DD57AB Brilliant Rose

📋 copy color: '#DD57AB'

red 221 ◦ green 87 ◦ blue 171

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

Shades of Brilliant Rose #DD57AB

Tints of Brilliant Rose #DD57AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.7%

R = 46.14%
G = 18.16%
B = 35.7%

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

#DD57AB (or 0xDD57AB) is known color: Brilliant Rose. HEX triplet: DD, 57 and AB. RGB value is (221,87,171). Sum of RGB (Red+Green+Blue) = 221+87+171=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD57AB is #22A854. Grayscale: #888888. Windows color (decimal): -2271317 or 11229149. OLE color: 11229149.

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

Color convert

RGB 221 87 171 -
CMYK 0 0.61 0.23 0.13
HSL 322.39º 0.66% 0.6% -
HSV(B) 322.39º 0.61% 0.87% -
XYZ 40.58 25.13 41.24 -
YUV 136.64 147.39 188.17 -
System Red Green Blue C M Y K H S L
Decimal 221 87 171 0 0.61 0.23 0.13 322.39 0.66 0.6
Hex DD 57 AB 0 3D 17 D 142 42 3C
Octal 335 127 253 0 75 27 15 502 102 74
Binary 11011101 1010111 10101011 0 111101 10111 1101 101000010 1000010 111100

Color Harmonies of #DD57AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD57AB

Black with #DD57AB

Text Example


Text Example

White with #DD57AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD57AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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