#D693B6

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

Shades of Shocking #D693B6

Tints of Shocking #D693B6

Color information

#D693B6 (or 0xD693B6) is unknown color: approx Shocking. HEX triplet: D6, 93 and B6. RGB value is (214,147,182). Sum of RGB (Red+Green+Blue) = 214+147+182=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D693B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693B6 is #296C49. Grayscale: #AAAAAA. Windows color (decimal): -2714698 or 11965398. OLE color: 11965398.

HSL color Cylindrical-coordinate representation of color #D693B6: hue angle of 328.66º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D693B6 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB214147182-
CMYK00.310.150.16
HSL328.66º44.97%70.78%-
HSV(B)328.66º31.31%83.92%-
XYZ46.6138.5449.24-
YUV171.02134.2158.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.41%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 182 (71.48% from 255) = 33.52%
R=39.41%
G=27.07%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414718200.310.150.16328.6644.9770.78
HexD693B601FF101492d47
Octal326223266037172051155107
Binary1101011010010011101101100111111111100001010010011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D693B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D693B6; }

 p { color: rgb(214,147,182); }

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

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

 a { background-color: rgb(214,147,182); }

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

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

 span { border-color: rgb(214,147,182); }

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