#D699BD

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

Shades of Shocking #D699BD

Tints of Shocking #D699BD

Color information

#D699BD (or 0xD699BD) is unknown color: approx Shocking. HEX triplet: D6, 99 and BD. RGB value is (214,153,189). Sum of RGB (Red+Green+Blue) = 214+153+189=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D699BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699BD is #296642. Grayscale: #AFAFAF. Windows color (decimal): -2713155 or 12425686. OLE color: 12425686.

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

Color convert

RGB214153189-
CMYK00.290.120.16
HSL324.59º42.66%71.96%-
HSV(B)324.59º28.5%83.92%-
XYZ48.3140.7553.46-
YUV175.34135.71155.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.49%
GREEN value IS 153 (60.16% from 255) = 27.52%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=38.49%
G=27.52%
B=33.99%

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
Decimal21415318900.290.120.16324.5942.6671.96
HexD699BD01DC101452b48
Octal326231275035142050553110
Binary1101011010011001101111010111011100100001010001011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699BD; }

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

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

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

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

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

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

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

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