#D683BD

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

Shades of Shocking #D683BD

Tints of Shocking #D683BD

Color information

#D683BD (or 0xD683BD) is unknown color: approx Shocking. HEX triplet: D6, 83 and BD. RGB value is (214,131,189). Sum of RGB (Red+Green+Blue) = 214+131+189=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D683BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683BD is #297C42. Grayscale: #A2A2A2. Windows color (decimal): -2718787 or 12420054. OLE color: 12420054.

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

Color convert

RGB214131189-
CMYK00.390.120.16
HSL318.07º50.3%67.65%-
HSV(B)318.07º38.79%83.92%-
XYZ45.0334.252.37-
YUV162.43143164.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 131 (51.56% from 255) = 24.53%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=40.07%
G=24.53%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413118900.390.120.16318.0750.367.65
HexD683BD027C1013e3244
Octal326203275047142047662104
Binary11010110100000111011110101001111100100001001111101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D683BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D683BD; }

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

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

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

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

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

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

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

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