Html Css Color HEX #DC57AC Brilliant Rose

📋 copy color: '#DC57AC'

red 220 ◦ green 87 ◦ blue 172

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

Shades of Brilliant Rose #DC57AC

Tints of Brilliant Rose #DC57AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.91%

R = 45.93%
G = 18.16%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC57AC (or 0xDC57AC) is known color: Brilliant Rose. HEX triplet: DC, 57 and AC. RGB value is (220,87,172). Sum of RGB (Red+Green+Blue) = 220+87+172=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC57AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC57AC is #23A853. Grayscale: #888888. Windows color (decimal): -2336852 or 11294684. OLE color: 11294684.

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

Color convert

RGB 220 87 172 -
CMYK 0 0.60 0.22 0.14
HSL 321.65º 0.66% 0.6% -
HSV(B) 321.65º 0.6% 0.86% -
XYZ 40.37 25.01 41.73 -
YUV 136.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 220 87 172 0 0.60 0.22 0.14 321.65 0.66 0.6
Hex DC 57 AC 0 3C 16 E 142 42 3C
Octal 334 127 254 0 74 26 16 502 102 74
Binary 11011100 1010111 10101100 0 111100 10110 1110 101000010 1000010 111100

Color Harmonies of #DC57AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC57AC

Black with #DC57AC

Text Example


Text Example

White with #DC57AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC57AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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