Html Css Color HEX #DD51AD Brilliant Rose

📋 copy color: '#DD51AD'

red 221 ◦ green 81 ◦ blue 173

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

Shades of Brilliant Rose #DD51AD

Tints of Brilliant Rose #DD51AD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.05%

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

R = 46.53%
G = 17.05%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD51AD (or 0xDD51AD) is known color: Brilliant Rose. HEX triplet: DD, 51 and AD. RGB value is (221,81,173). Sum of RGB (Red+Green+Blue) = 221+81+173=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD51AD is #22AE52. Grayscale: #858585. Windows color (decimal): -2272851 or 11358685. OLE color: 11358685.

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

Color convert

RGB 221 81 173 -
CMYK 0 0.63 0.22 0.13
HSL 320.57º 0.67% 0.59% -
HSV(B) 320.57º 0.63% 0.87% -
XYZ 40.3 24.27 42.1 -
YUV 133.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 221 81 173 0 0.63 0.22 0.13 320.57 0.67 0.59
Hex DD 51 AD 0 3F 16 D 141 43 3B
Octal 335 121 255 0 77 26 15 501 103 73
Binary 11011101 1010001 10101101 0 111111 10110 1101 101000001 1000011 111011

Color Harmonies of #DD51AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51AD

Black with #DD51AD

Text Example


Text Example

White with #DD51AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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