#D698BB

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

Shades of Shocking #D698BB

Tints of Shocking #D698BB

Color information

#D698BB (or 0xD698BB) is unknown color: approx Shocking. HEX triplet: D6, 98 and BB. RGB value is (214,152,187). Sum of RGB (Red+Green+Blue) = 214+152+187=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D698BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698BB is #296744. Grayscale: #AEAEAE. Windows color (decimal): -2713413 or 12294358. OLE color: 12294358.

HSL color Cylindrical-coordinate representation of color #D698BB: hue angle of 326.13º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D698BB is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214152187-
CMYK00.290.130.16
HSL326.13º43.06%71.76%-
HSV(B)326.13º28.97%83.92%-
XYZ47.9340.3452.27-
YUV174.53135.04156.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=38.70%
G=27.49%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415218700.290.130.16326.1343.0671.76
HexD698BB01DD101462b48
Octal326230273035152050653110
Binary1101011010011000101110110111011101100001010001101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698BB; }

 p { color: rgb(214,152,187); }

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

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

 a { background-color: rgb(214,152,187); }

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

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

 span { border-color: rgb(214,152,187); }

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