#DF1CBB

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

Shades of Shocking Pink #DF1CBB

Tints of Shocking Pink #DF1CBB

Color information

#DF1CBB (or 0xDF1CBB) is unknown color: approx Shocking Pink. HEX triplet: DF, 1C and BB. RGB value is (223,28,187). Sum of RGB (Red+Green+Blue) = 223+28+187=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1CBB is #20E344. Grayscale: #676767. Windows color (decimal): -2155333 or 12262623. OLE color: 12262623.

HSL color Cylindrical-coordinate representation of color #DF1CBB: hue angle of 311.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 #DF1CBB is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB22328187-
CMYK00.870.160.13
HSL311.08º77.69%49.22%-
HSV(B)311.08º87.44%87.45%-
XYZ39.8220.1148.8-
YUV104.43174.6212.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.91%
GREEN value IS 28 (11.33% from 255) = 6.39%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=50.91%
G=6.39%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232818700.870.160.13311.0877.6949.22
HexDF1CBB05710D1374e31
Octal337342730127201546711661
Binary110111111110010111011010101111000011011001101111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1CBB; }

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

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

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

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

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

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

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

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