#DC50AD

Color #DC50AD Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #DC50AD

Tints of Brilliant Rose #DC50AD

Color information

#DC50AD (or 0xDC50AD) is unknown color: approx Brilliant Rose. HEX triplet: DC, 50 and AD. RGB value is (220,80,173). Sum of RGB (Red+Green+Blue) = 220+80+173=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC50AD is #23AF52. Grayscale: #848484. Windows color (decimal): -2338643 or 11358428. OLE color: 11358428.

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

Color convert

RGB22080173-
CMYK00.640.210.14
HSL320.14º66.67%58.82%-
HSV(B)320.14º63.64%86.27%-
XYZ39.9323.9742.06-
YUV132.46150.88190.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.51%
GREEN value IS 80 (31.64% from 255) = 16.91%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=46.51%
G=16.91%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208017300.640.210.14320.1466.6758.82
HexDC50AD04015E140433b
Octal3341202550100251650010373
Binary11011100101000010101101010000001010111101010000001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC50AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC50AD; }

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

 H1.HeaderClassName
 {
   color: #DC50AD;
 }
 .AnyTagClassName
 {
   color: #DC50AD;
 }
</style>
background-color css

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

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

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

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

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

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