#DC9BC0

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

Shades of Shocking #DC9BC0

Tints of Shocking #DC9BC0

Color information

#DC9BC0 (or 0xDC9BC0) is unknown color: approx Shocking. HEX triplet: DC, 9B and C0. RGB value is (220,155,192). Sum of RGB (Red+Green+Blue) = 220+155+192=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BC0 is #23643F. Grayscale: #B2B2B2. Windows color (decimal): -2319424 or 12622812. OLE color: 12622812.

HSL color Cylindrical-coordinate representation of color #DC9BC0: hue angle of 325.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BC0 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB220155192-
CMYK00.300.130.14
HSL325.85º48.15%73.53%-
HSV(B)325.85º29.55%86.27%-
XYZ50.7542.4655.39-
YUV178.65135.53157.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 155 (60.94% from 255) = 27.34%
BLUE value IS 192 (75.39% from 255) = 33.86%
R=38.80%
G=27.34%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015519200.300.130.14325.8548.1573.53
HexDC9BC001EDE146304a
Octal334233300036151650660112
Binary110111001001101111000000011110110111101010001101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9BC0; }

 p { color: rgb(220,155,192); }

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

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

 a { background-color: rgb(220,155,192); }

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

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

 span { border-color: rgb(220,155,192); }

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