#DF9CC1

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

Shades of Shocking #DF9CC1

Tints of Shocking #DF9CC1

Color information

#DF9CC1 (or 0xDF9CC1) is unknown color: approx Shocking. HEX triplet: DF, 9C and C1. RGB value is (223,156,193). Sum of RGB (Red+Green+Blue) = 223+156+193=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CC1 is #20633E. Grayscale: #B4B4B4. Windows color (decimal): -2122559 or 12688607. OLE color: 12688607.

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

Color convert

RGB223156193-
CMYK00.300.130.13
HSL326.87º51.15%74.31%-
HSV(B)326.87º30.04%87.45%-
XYZ51.9543.3256.07-
YUV180.25135.2158.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 156 (61.33% from 255) = 27.27%
BLUE value IS 193 (75.78% from 255) = 33.74%
R=38.99%
G=27.27%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315619300.300.130.13326.8751.1574.31
HexDF9CC101EDD147334a
Octal337234301036151550763112
Binary110111111001110011000001011110110111011010001111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9CC1; }

 p { color: rgb(223,156,193); }

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

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

 a { background-color: rgb(223,156,193); }

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

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

 span { border-color: rgb(223,156,193); }

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