Html Css Color HEX #DD5BAA Brilliant Rose

📋 copy color: '#DD5BAA'

red 221 ◦ green 91 ◦ blue 170

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

Shades of Brilliant Rose #DD5BAA

Tints of Brilliant Rose #DD5BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.88%

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

R = 45.85%
G = 18.88%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD5BAA (or 0xDD5BAA) is known color: Brilliant Rose. HEX triplet: DD, 5B and AA. RGB value is (221,91,170). Sum of RGB (Red+Green+Blue) = 221+91+170=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5BAA is #22A455. Grayscale: #8A8A8A. Windows color (decimal): -2270294 or 11164637. OLE color: 11164637.

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

Color convert

RGB 221 91 170 -
CMYK 0 0.59 0.23 0.13
HSL 323.54º 0.66% 0.61% -
HSV(B) 323.54º 0.59% 0.87% -
XYZ 40.82 25.76 40.85 -
YUV 138.88 145.57 186.58 -
System Red Green Blue C M Y K H S L
Decimal 221 91 170 0 0.59 0.23 0.13 323.54 0.66 0.61
Hex DD 5B AA 0 3B 17 D 144 42 3D
Octal 335 133 252 0 73 27 15 504 102 75
Binary 11011101 1011011 10101010 0 111011 10111 1101 101000100 1000010 111101

Color Harmonies of #DD5BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5BAA

Black with #DD5BAA

Text Example


Text Example

White with #DD5BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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