Html Css Color HEX #DC51AD Brilliant Rose

📋 copy color: '#DC51AD'

red 220 ◦ green 81 ◦ blue 173

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

Shades of Brilliant Rose #DC51AD

Tints of Brilliant Rose #DC51AD

RGB

 RED value IS 220 (86.33% from 255) = 46.41%

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

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

R = 46.41%
G = 17.09%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC51AD (or 0xDC51AD) is known color: Brilliant Rose. HEX triplet: DC, 51 and AD. RGB value is (220,81,173). Sum of RGB (Red+Green+Blue) = 220+81+173=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC51AD is #23AE52. Grayscale: #848484. Windows color (decimal): -2338387 or 11358684. OLE color: 11358684.

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

Color convert

RGB 220 81 173 -
CMYK 0 0.63 0.21 0.14
HSL 320.29º 0.67% 0.59% -
HSV(B) 320.29º 0.63% 0.86% -
XYZ 40 24.12 42.08 -
YUV 133.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 220 81 173 0 0.63 0.21 0.14 320.29 0.67 0.59
Hex DC 51 AD 0 3F 15 E 140 43 3B
Octal 334 121 255 0 77 25 16 500 103 73
Binary 11011100 1010001 10101101 0 111111 10101 1110 101000000 1000011 111011

Color Harmonies of #DC51AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC51AD

Black with #DC51AD

Text Example


Text Example

White with #DC51AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC51AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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