#D683B8

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

Shades of Shocking #D683B8

Tints of Shocking #D683B8

Color information

#D683B8 (or 0xD683B8) is unknown color: approx Shocking. HEX triplet: D6, 83 and B8. RGB value is (214,131,184). Sum of RGB (Red+Green+Blue) = 214+131+184=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D683B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683B8 is #297C47. Grayscale: #A1A1A1. Windows color (decimal): -2718792 or 12092374. OLE color: 12092374.

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

Color convert

RGB214131184-
CMYK00.390.140.16
HSL321.69º50.3%67.65%-
HSV(B)321.69º38.79%83.92%-
XYZ44.533.9949.56-
YUV161.86140.5165.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 131 (51.56% from 255) = 24.76%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=40.45%
G=24.76%
B=34.78%

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
Decimal21413118400.390.140.16321.6950.367.65
HexD683B8027E101423244
Octal326203270047162050262104
Binary11010110100000111011100001001111110100001010000101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D683B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D683B8; }

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

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

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

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

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

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

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

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