#df98bd

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

Shades of Shocking #DF98BD

Tints of Shocking #DF98BD

Color information

#DF98BD (or 0xDF98BD) is unknown color: approx Shocking. HEX triplet: DF, 98 and BD. RGB value is (223,152,189). Sum of RGB (Red+Green+Blue) = 223+152+189=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98BD is #206742. Grayscale: #B1B1B1. Windows color (decimal): -2123587 or 12425439. OLE color: 12425439.

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

Color convert

RGB223152189-
CMYK00.320.150.13
HSL328.73º52.59%73.53%-
HSV(B)328.73º31.84%87.45%-
XYZ50.8441.8253.54-
YUV177.45134.52160.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 152 (59.77% from 255) = 26.95%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=39.54%
G=26.95%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315218900.320.150.13328.7352.5973.53
HexDF98BD020FD149354a
Octal337230275040171551165112
Binary1101111110011000101111010100000111111011010010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df98bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df98bd; }

 p { color: rgb(223,152,189); }

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

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

 a { background-color: rgb(223,152,189); }

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

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

 span { border-color: rgb(223,152,189); }

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