#D683BA

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

Shades of Shocking #D683BA

Tints of Shocking #D683BA

Color information

#D683BA (or 0xD683BA) is unknown color: approx Shocking. HEX triplet: D6, 83 and BA. RGB value is (214,131,186). Sum of RGB (Red+Green+Blue) = 214+131+186=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D683BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683BA is #297C45. Grayscale: #A1A1A1. Windows color (decimal): -2718790 or 12223446. OLE color: 12223446.

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

Color convert

RGB214131186-
CMYK00.390.130.16
HSL320.24º50.3%67.65%-
HSV(B)320.24º38.79%83.92%-
XYZ44.7134.0750.67-
YUV162.09141.5165.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 131 (51.56% from 255) = 24.67%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=40.30%
G=24.67%
B=35.03%

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
Decimal21413118600.390.130.16320.2450.367.65
HexD683BA027D101403244
Octal326203272047152050062104
Binary11010110100000111011101001001111101100001010000001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D683BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D683BA; }

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

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

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

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

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

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

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

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