#D695B9

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

Shades of Shocking #D695B9

Tints of Shocking #D695B9

Color information

#D695B9 (or 0xD695B9) is unknown color: approx Shocking. HEX triplet: D6, 95 and B9. RGB value is (214,149,185). Sum of RGB (Red+Green+Blue) = 214+149+185=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D695B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695B9 is #296A46. Grayscale: #ACACAC. Windows color (decimal): -2714183 or 12162518. OLE color: 12162518.

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

Color convert

RGB214149185-
CMYK00.300.140.16
HSL326.77º44.22%71.18%-
HSV(B)326.77º30.37%83.92%-
XYZ47.2439.2950.99-
YUV172.54135.03157.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 185 (72.66% from 255) = 33.76%
R=39.05%
G=27.19%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414918500.300.140.16326.7744.2271.18
HexD695B901EE101472c47
Octal326225271036162050754107
Binary1101011010010101101110010111101110100001010001111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695B9; }

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

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

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

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

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

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

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

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