#D699BC

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

Shades of Shocking #D699BC

Tints of Shocking #D699BC

Color information

#D699BC (or 0xD699BC) is unknown color: approx Shocking. HEX triplet: D6, 99 and BC. RGB value is (214,153,188). Sum of RGB (Red+Green+Blue) = 214+153+188=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D699BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699BC is #296643. Grayscale: #AFAFAF. Windows color (decimal): -2713156 or 12360150. OLE color: 12360150.

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

Color convert

RGB214153188-
CMYK00.290.120.16
HSL325.57º42.66%71.96%-
HSV(B)325.57º28.5%83.92%-
XYZ48.240.7152.89-
YUV175.23135.21155.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 153 (60.16% from 255) = 27.57%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=38.56%
G=27.57%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415318800.290.120.16325.5742.6671.96
HexD699BC01DC101462b48
Octal326231274035142050653110
Binary1101011010011001101111000111011100100001010001101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699BC; }

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

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

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

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

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

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

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

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