#D693C0

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

Shades of Shocking #D693C0

Tints of Shocking #D693C0

Color information

#D693C0 (or 0xD693C0) is unknown color: approx Shocking. HEX triplet: D6, 93 and C0. RGB value is (214,147,192). Sum of RGB (Red+Green+Blue) = 214+147+192=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D693C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693C0 is #296C3F. Grayscale: #ACACAC. Windows color (decimal): -2714688 or 12620758. OLE color: 12620758.

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

Color convert

RGB214147192-
CMYK00.310.100.16
HSL319.7º44.97%70.78%-
HSV(B)319.7º31.31%83.92%-
XYZ47.6838.9754.88-
YUV172.16139.2157.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 147 (57.81% from 255) = 26.58%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=38.70%
G=26.58%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414719200.310.100.16319.744.9770.78
HexD693C001FA101402d47
Octal326223300037122050055107
Binary1101011010010011110000000111111010100001010000001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D693C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D693C0; }

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

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

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

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

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

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

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

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