Html Css Color HEX #DD5AAB Brilliant Rose

📋 copy color: '#DD5AAB'

red 221 ◦ green 90 ◦ blue 171

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

Shades of Brilliant Rose #DD5AAB

Tints of Brilliant Rose #DD5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.67%

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

R = 45.85%
G = 18.67%
B = 35.48%

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

#DD5AAB (or 0xDD5AAB) is known color: Brilliant Rose. HEX triplet: DD, 5A and AB. RGB value is (221,90,171). Sum of RGB (Red+Green+Blue) = 221+90+171=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5AAB is #22A554. Grayscale: #8A8A8A. Windows color (decimal): -2270549 or 11229917. OLE color: 11229917.

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

Color convert

RGB 221 90 171 -
CMYK 0 0.59 0.23 0.13
HSL 322.9º 0.66% 0.61% -
HSV(B) 322.9º 0.59% 0.87% -
XYZ 40.83 25.62 41.32 -
YUV 138.4 146.4 186.91 -
System Red Green Blue C M Y K H S L
Decimal 221 90 171 0 0.59 0.23 0.13 322.9 0.66 0.61
Hex DD 5A AB 0 3B 17 D 143 42 3D
Octal 335 132 253 0 73 27 15 503 102 75
Binary 11011101 1011010 10101011 0 111011 10111 1101 101000011 1000010 111101

Color Harmonies of #DD5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5AAB

Black with #DD5AAB

Text Example


Text Example

White with #DD5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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