#D699BA

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

Shades of Shocking #D699BA

Tints of Shocking #D699BA

Color information

#D699BA (or 0xD699BA) is unknown color: approx Shocking. HEX triplet: D6, 99 and BA. RGB value is (214,153,186). Sum of RGB (Red+Green+Blue) = 214+153+186=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D699BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699BA is #296645. Grayscale: #AEAEAE. Windows color (decimal): -2713158 or 12229078. OLE color: 12229078.

HSL color Cylindrical-coordinate representation of color #D699BA: hue angle of 327.54º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D699BA is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214153186-
CMYK00.290.130.16
HSL327.54º42.66%71.96%-
HSV(B)327.54º28.5%83.92%-
XYZ47.9940.6251.77-
YUV175134.21155.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=38.70%
G=27.67%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415318600.290.130.16327.5442.6671.96
HexD699BA01DD101482b48
Octal326231272035152051053110
Binary1101011010011001101110100111011101100001010010001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699BA; }

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

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

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

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

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

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

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

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