#D683BE

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

Shades of Shocking #D683BE

Tints of Shocking #D683BE

Color information

#D683BE (or 0xD683BE) is unknown color: approx Shocking. HEX triplet: D6, 83 and BE. RGB value is (214,131,190). Sum of RGB (Red+Green+Blue) = 214+131+190=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D683BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683BE is #297C41. Grayscale: #A2A2A2. Windows color (decimal): -2718786 or 12485590. OLE color: 12485590.

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

Color convert

RGB214131190-
CMYK00.390.110.16
HSL317.35º50.3%67.65%-
HSV(B)317.35º38.79%83.92%-
XYZ45.1434.2552.95-
YUV162.54143.5164.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 131 (51.56% from 255) = 24.49%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=40%
G=24.49%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413119000.390.110.16317.3550.367.65
HexD683BE027B1013d3244
Octal326203276047132047562104
Binary11010110100000111011111001001111011100001001111011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D683BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D683BE; }

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

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

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

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

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

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

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

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