#DC9DBA

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

Shades of Shocking #DC9DBA

Tints of Shocking #DC9DBA

Color information

#DC9DBA (or 0xDC9DBA) is unknown color: approx Shocking. HEX triplet: DC, 9D and BA. RGB value is (220,157,186). Sum of RGB (Red+Green+Blue) = 220+157+186=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DBA is #236245. Grayscale: #B3B3B3. Windows color (decimal): -2318918 or 12230108. OLE color: 12230108.

HSL color Cylindrical-coordinate representation of color #DC9DBA: hue angle of 332.38º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DBA is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220157186-
CMYK00.290.150.14
HSL332.38º47.37%73.92%-
HSV(B)332.38º28.64%86.27%-
XYZ50.4442.8752.07-
YUV179.14131.87157.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=39.08%
G=27.89%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015718600.290.150.14332.3847.3773.92
HexDC9DBA01DFE14c2f4a
Octal334235272035171651457112
Binary110111001001110110111010011101111111101010011001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DBA; }

 p { color: rgb(220,157,186); }

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

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

 a { background-color: rgb(220,157,186); }

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

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

 span { border-color: rgb(220,157,186); }

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