Html Css Color HEX #DC57AD Brilliant Rose

📋 copy color: '#DC57AD'

red 220 ◦ green 87 ◦ blue 173

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

Shades of Brilliant Rose #DC57AD

Tints of Brilliant Rose #DC57AD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.13%

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

R = 45.83%
G = 18.13%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC57AD (or 0xDC57AD) is known color: Brilliant Rose. HEX triplet: DC, 57 and AD. RGB value is (220,87,173). Sum of RGB (Red+Green+Blue) = 220+87+173=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC57AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC57AD is #23A852. Grayscale: #888888. Windows color (decimal): -2336851 or 11360220. OLE color: 11360220.

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

Color convert

RGB 220 87 173 -
CMYK 0 0.60 0.21 0.14
HSL 321.2º 0.66% 0.6% -
HSV(B) 321.2º 0.6% 0.86% -
XYZ 40.47 25.05 42.24 -
YUV 136.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 220 87 173 0 0.60 0.21 0.14 321.2 0.66 0.6
Hex DC 57 AD 0 3C 15 E 141 42 3C
Octal 334 127 255 0 74 25 16 501 102 74
Binary 11011100 1010111 10101101 0 111100 10101 1110 101000001 1000010 111100

Color Harmonies of #DC57AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC57AD

Black with #DC57AD

Text Example


Text Example

White with #DC57AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC57AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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