#D699C1

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

Shades of Shocking #D699C1

Tints of Shocking #D699C1

Color information

#D699C1 (or 0xD699C1) is unknown color: approx Shocking. HEX triplet: D6, 99 and C1. RGB value is (214,153,193). Sum of RGB (Red+Green+Blue) = 214+153+193=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D699C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699C1 is #29663E. Grayscale: #AFAFAF. Windows color (decimal): -2713151 or 12687830. OLE color: 12687830.

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

Color convert

RGB214153193-
CMYK00.290.100.16
HSL320.66º42.66%71.96%-
HSV(B)320.66º28.5%83.92%-
XYZ48.7540.9355.78-
YUV175.8137.71155.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=38.21%
G=27.32%
B=34.46%

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
Decimal21415319300.290.100.16320.6642.6671.96
HexD699C101DA101412b48
Octal326231301035122050153110
Binary1101011010011001110000010111011010100001010000011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699C1; }

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

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

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

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

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

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

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

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