Html Css Color HEX #DD53AD Brilliant Rose

📋 copy color: '#DD53AD'

red 221 ◦ green 83 ◦ blue 173

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

Shades of Brilliant Rose #DD53AD

Tints of Brilliant Rose #DD53AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.4%

 BLUE value IS 173 (67.97% from 255) = 36.27%

R = 46.33%
G = 17.4%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD53AD (or 0xDD53AD) is known color: Brilliant Rose. HEX triplet: DD, 53 and AD. RGB value is (221,83,173). Sum of RGB (Red+Green+Blue) = 221+83+173=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD53AD is #22AC52. Grayscale: #868686. Windows color (decimal): -2272339 or 11359197. OLE color: 11359197.

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

Color convert

RGB 221 83 173 -
CMYK 0 0.62 0.22 0.13
HSL 320.87º 0.67% 0.6% -
HSV(B) 320.87º 0.62% 0.87% -
XYZ 40.45 24.58 42.15 -
YUV 134.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 221 83 173 0 0.62 0.22 0.13 320.87 0.67 0.6
Hex DD 53 AD 0 3E 16 D 141 43 3C
Octal 335 123 255 0 76 26 15 501 103 74
Binary 11011101 1010011 10101101 0 111110 10110 1101 101000001 1000011 111100

Color Harmonies of #DD53AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53AD

Black with #DD53AD

Text Example


Text Example

White with #DD53AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53AD; }

 p { color: rgb(221,83,173); }

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

background-color css

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

 a { background-color: rgb(221,83,173); }

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

border-color css

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

 span { border-color: rgb(221,83,173); }

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