#DF1CC8

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

Shades of Shocking Pink #DF1CC8

Tints of Shocking Pink #DF1CC8

Color information

#DF1CC8 (or 0xDF1CC8) is unknown color: approx Shocking Pink. HEX triplet: DF, 1C and C8. RGB value is (223,28,200). Sum of RGB (Red+Green+Blue) = 223+28+200=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1CC8 is #20E337. Grayscale: #696969. Windows color (decimal): -2155320 or 13114591. OLE color: 13114591.

HSL color Cylindrical-coordinate representation of color #DF1CC8: hue angle of 307.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1CC8 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB22328200-
CMYK00.870.100.13
HSL307.08º77.69%49.22%-
HSV(B)307.08º87.44%87.45%-
XYZ41.2720.6956.46-
YUV105.91181.1211.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.45%
GREEN value IS 28 (11.33% from 255) = 6.21%
BLUE value IS 200 (78.52% from 255) = 44.35%
R=49.45%
G=6.21%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232820000.870.100.13307.0877.6949.22
HexDF1CC8057AD1334e31
Octal337343100127121546311661
Binary11011111111001100100001010111101011011001100111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1CC8; }

 p { color: rgb(223,28,200); }

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

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

 a { background-color: rgb(223,28,200); }

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

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

 span { border-color: rgb(223,28,200); }

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