Html Css Color HEX #DD52AB Brilliant Rose

📋 copy color: '#DD52AB'

red 221 ◦ green 82 ◦ blue 171

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

Shades of Brilliant Rose #DD52AB

Tints of Brilliant Rose #DD52AB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.3%

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

R = 46.62%
G = 17.3%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD52AB (or 0xDD52AB) is known color: Brilliant Rose. HEX triplet: DD, 52 and AB. RGB value is (221,82,171). Sum of RGB (Red+Green+Blue) = 221+82+171=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD52AB is #22AD54. Grayscale: #858585. Windows color (decimal): -2272597 or 11227869. OLE color: 11227869.

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

Color convert

RGB 221 82 171 -
CMYK 0 0.63 0.23 0.13
HSL 321.58º 0.67% 0.59% -
HSV(B) 321.58º 0.63% 0.87% -
XYZ 40.19 24.35 41.11 -
YUV 133.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 221 82 171 0 0.63 0.23 0.13 321.58 0.67 0.59
Hex DD 52 AB 0 3F 17 D 142 43 3B
Octal 335 122 253 0 77 27 15 502 103 73
Binary 11011101 1010010 10101011 0 111111 10111 1101 101000010 1000011 111011

Color Harmonies of #DD52AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD52AB

Black with #DD52AB

Text Example


Text Example

White with #DD52AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD52AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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