Html Css Color HEX #DD54AB Brilliant Rose

📋 copy color: '#DD54AB'

red 221 ◦ green 84 ◦ blue 171

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

Shades of Brilliant Rose #DD54AB

Tints of Brilliant Rose #DD54AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.65%

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

R = 46.43%
G = 17.65%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD54AB (or 0xDD54AB) is known color: Brilliant Rose. HEX triplet: DD, 54 and AB. RGB value is (221,84,171). Sum of RGB (Red+Green+Blue) = 221+84+171=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54AB is #22AB54. Grayscale: #868686. Windows color (decimal): -2272085 or 11228381. OLE color: 11228381.

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

Color convert

RGB 221 84 171 -
CMYK 0 0.62 0.23 0.13
HSL 321.9º 0.67% 0.6% -
HSV(B) 321.9º 0.62% 0.87% -
XYZ 40.34 24.65 41.16 -
YUV 134.88 148.39 189.43 -
System Red Green Blue C M Y K H S L
Decimal 221 84 171 0 0.62 0.23 0.13 321.9 0.67 0.6
Hex DD 54 AB 0 3E 17 D 142 43 3C
Octal 335 124 253 0 76 27 15 502 103 74
Binary 11011101 1010100 10101011 0 111110 10111 1101 101000010 1000011 111100

Color Harmonies of #DD54AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD54AB

Black with #DD54AB

Text Example


Text Example

White with #DD54AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD54AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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