#D699C0

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

Shades of Shocking #D699C0

Tints of Shocking #D699C0

Color information

#D699C0 (or 0xD699C0) is unknown color: approx Shocking. HEX triplet: D6, 99 and C0. RGB value is (214,153,192). Sum of RGB (Red+Green+Blue) = 214+153+192=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D699C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699C0 is #29663F. Grayscale: #AFAFAF. Windows color (decimal): -2713152 or 12622294. OLE color: 12622294.

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

Color convert

RGB214153192-
CMYK00.290.100.16
HSL321.64º42.66%71.96%-
HSV(B)321.64º28.5%83.92%-
XYZ48.6440.8855.2-
YUV175.68137.21155.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 153 (60.16% from 255) = 27.37%
BLUE value IS 192 (75.39% from 255) = 34.35%
R=38.28%
G=27.37%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415319200.290.100.16321.6442.6671.96
HexD699C001DA101422b48
Octal326231300035122050253110
Binary1101011010011001110000000111011010100001010000101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699C0; }

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

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

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

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

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

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

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

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