Html Css Color HEX #DC54AD Brilliant Rose

📋 copy color: '#DC54AD'

red 220 ◦ green 84 ◦ blue 173

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

Shades of Brilliant Rose #DC54AD

Tints of Brilliant Rose #DC54AD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.61%

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

R = 46.12%
G = 17.61%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC54AD (or 0xDC54AD) is known color: Brilliant Rose. HEX triplet: DC, 54 and AD. RGB value is (220,84,173). Sum of RGB (Red+Green+Blue) = 220+84+173=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC54AD is #23AB52. Grayscale: #868686. Windows color (decimal): -2337619 or 11359452. OLE color: 11359452.

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

Color convert

RGB 220 84 173 -
CMYK 0 0.62 0.21 0.14
HSL 320.74º 0.66% 0.6% -
HSV(B) 320.74º 0.62% 0.86% -
XYZ 40.23 24.57 42.16 -
YUV 134.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 220 84 173 0 0.62 0.21 0.14 320.74 0.66 0.6
Hex DC 54 AD 0 3E 15 E 141 42 3C
Octal 334 124 255 0 76 25 16 501 102 74
Binary 11011100 1010100 10101101 0 111110 10101 1110 101000001 1000010 111100

Color Harmonies of #DC54AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC54AD

Black with #DC54AD

Text Example


Text Example

White with #DC54AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC54AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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