#D690BB

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

Shades of Shocking #D690BB

Tints of Shocking #D690BB

Color information

#D690BB (or 0xD690BB) is unknown color: approx Shocking. HEX triplet: D6, 90 and BB. RGB value is (214,144,187). Sum of RGB (Red+Green+Blue) = 214+144+187=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D690BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690BB is #296F44. Grayscale: #A9A9A9. Windows color (decimal): -2715461 or 12292310. OLE color: 12292310.

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

Color convert

RGB214144187-
CMYK00.330.130.16
HSL323.14º46.05%70.2%-
HSV(B)323.14º32.71%83.92%-
XYZ46.6737.8351.86-
YUV169.83137.69159.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=39.27%
G=26.42%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414418700.330.130.16323.1446.0570.2
HexD690BB021D101432e46
Octal326220273041152050356106
Binary11010110100100001011101101000011101100001010000111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D690BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D690BB; }

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

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

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

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

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

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

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

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