Html Css Color HEX #DC50AC Brilliant Rose

📋 copy color: '#DC50AC'

red 220 ◦ green 80 ◦ blue 172

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

Shades of Brilliant Rose #DC50AC

Tints of Brilliant Rose #DC50AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.95%

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

R = 46.61%
G = 16.95%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC50AC (or 0xDC50AC) is known color: Brilliant Rose. HEX triplet: DC, 50 and AC. RGB value is (220,80,172). Sum of RGB (Red+Green+Blue) = 220+80+172=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC50AC is #23AF53. Grayscale: #848484. Windows color (decimal): -2338644 or 11292892. OLE color: 11292892.

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

Color convert

RGB 220 80 172 -
CMYK 0 0.64 0.22 0.14
HSL 320.57º 0.67% 0.59% -
HSV(B) 320.57º 0.64% 0.86% -
XYZ 39.83 23.93 41.55 -
YUV 132.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 220 80 172 0 0.64 0.22 0.14 320.57 0.67 0.59
Hex DC 50 AC 0 40 16 E 141 43 3B
Octal 334 120 254 0 100 26 16 501 103 73
Binary 11011100 1010000 10101100 0 1000000 10110 1110 101000001 1000011 111011

Color Harmonies of #DC50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC50AC

Black with #DC50AC

Text Example


Text Example

White with #DC50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC50AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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