#D695BA

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

Shades of Shocking #D695BA

Tints of Shocking #D695BA

Color information

#D695BA (or 0xD695BA) is unknown color: approx Shocking. HEX triplet: D6, 95 and BA. RGB value is (214,149,186). Sum of RGB (Red+Green+Blue) = 214+149+186=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D695BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695BA is #296A45. Grayscale: #ACACAC. Windows color (decimal): -2714182 or 12228054. OLE color: 12228054.

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

Color convert

RGB214149186-
CMYK00.300.130.16
HSL325.85º44.22%71.18%-
HSV(B)325.85º30.37%83.92%-
XYZ47.3439.3451.55-
YUV172.65135.53157.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=38.98%
G=27.14%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414918600.300.130.16325.8544.2271.18
HexD695BA01ED101462c47
Octal326225272036152050654107
Binary1101011010010101101110100111101101100001010001101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695BA; }

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

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

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

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

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

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

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

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