#D697C3

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

Shades of Shocking #D697C3

Tints of Shocking #D697C3

Color information

#D697C3 (or 0xD697C3) is unknown color: approx Shocking. HEX triplet: D6, 97 and C3. RGB value is (214,151,195). Sum of RGB (Red+Green+Blue) = 214+151+195=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D697C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697C3 is #29683C. Grayscale: #AEAEAE. Windows color (decimal): -2713661 or 12818390. OLE color: 12818390.

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

Color convert

RGB214151195-
CMYK00.290.090.16
HSL318.1º43.45%71.57%-
HSV(B)318.1º29.44%83.92%-
XYZ48.6540.3756.86-
YUV174.85139.37155.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 151 (59.38% from 255) = 26.96%
BLUE value IS 195 (76.56% from 255) = 34.82%
R=38.21%
G=26.96%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415119500.290.090.16318.143.4571.57
HexD697C301D91013e2b48
Octal326227303035112047653110
Binary1101011010010111110000110111011001100001001111101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697C3; }

 p { color: rgb(214,151,195); }

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

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

 a { background-color: rgb(214,151,195); }

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

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

 span { border-color: rgb(214,151,195); }

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