#D683BB

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

Shades of Shocking #D683BB

Tints of Shocking #D683BB

Color information

#D683BB (or 0xD683BB) is unknown color: approx Shocking. HEX triplet: D6, 83 and BB. RGB value is (214,131,187). Sum of RGB (Red+Green+Blue) = 214+131+187=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D683BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683BB is #297C44. Grayscale: #A2A2A2. Windows color (decimal): -2718789 or 12288982. OLE color: 12288982.

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

Color convert

RGB214131187-
CMYK00.390.130.16
HSL319.52º50.3%67.65%-
HSV(B)319.52º38.79%83.92%-
XYZ44.8234.1251.24-
YUV162.2142164.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 131 (51.56% from 255) = 24.62%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=40.23%
G=24.62%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413118700.390.130.16319.5250.367.65
HexD683BB027D101403244
Octal326203273047152050062104
Binary11010110100000111011101101001111101100001010000001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D683BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D683BB; }

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

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

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

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

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

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

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

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