#D695C0

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

Shades of Shocking #D695C0

Tints of Shocking #D695C0

Color information

#D695C0 (or 0xD695C0) is unknown color: approx Shocking. HEX triplet: D6, 95 and C0. RGB value is (214,149,192). Sum of RGB (Red+Green+Blue) = 214+149+192=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D695C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695C0 is #296A3F. Grayscale: #ADADAD. Windows color (decimal): -2714176 or 12621270. OLE color: 12621270.

HSL color Cylindrical-coordinate representation of color #D695C0: hue angle of 320.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695C0 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB214149192-
CMYK00.300.100.16
HSL320.31º44.22%71.18%-
HSV(B)320.31º30.37%83.92%-
XYZ47.9939.654.98-
YUV173.34138.53157-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 192 (75.39% from 255) = 34.59%
R=38.56%
G=26.85%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414919200.300.100.16320.3144.2271.18
HexD695C001EA101402c47
Octal326225300036122050054107
Binary1101011010010101110000000111101010100001010000001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695C0; }

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

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

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

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

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

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

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

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