#D683B9

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

Shades of Shocking #D683B9

Tints of Shocking #D683B9

Color information

#D683B9 (or 0xD683B9) is unknown color: approx Shocking. HEX triplet: D6, 83 and B9. RGB value is (214,131,185). Sum of RGB (Red+Green+Blue) = 214+131+185=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D683B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683B9 is #297C46. Grayscale: #A1A1A1. Windows color (decimal): -2718791 or 12157910. OLE color: 12157910.

HSL color Cylindrical-coordinate representation of color #D683B9: hue angle of 320.96º 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 #D683B9 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB214131185-
CMYK00.390.140.16
HSL320.96º50.3%67.65%-
HSV(B)320.96º38.79%83.92%-
XYZ44.634.0350.12-
YUV161.97141165.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 131 (51.56% from 255) = 24.72%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=40.38%
G=24.72%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413118500.390.140.16320.9650.367.65
HexD683B9027E101413244
Octal326203271047162050162104
Binary11010110100000111011100101001111110100001010000011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D683B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D683B9; }

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

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

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

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

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

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

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

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