#D692C1

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

Shades of Shocking #D692C1

Tints of Shocking #D692C1

Color information

#D692C1 (or 0xD692C1) is unknown color: approx Shocking. HEX triplet: D6, 92 and C1. RGB value is (214,146,193). Sum of RGB (Red+Green+Blue) = 214+146+193=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D692C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692C1 is #296D3E. Grayscale: #ABABAB. Windows color (decimal): -2714943 or 12686038. OLE color: 12686038.

HSL color Cylindrical-coordinate representation of color #D692C1: hue angle of 318.53º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D692C1 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB214146193-
CMYK00.320.100.16
HSL318.53º45.33%70.59%-
HSV(B)318.53º31.78%83.92%-
XYZ47.6438.755.41-
YUV171.69140.03158.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=38.70%
G=26.40%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414619300.320.100.16318.5345.3370.59
HexD692C1020A1013f2d47
Octal326222301040122047755107
Binary11010110100100101100000101000001010100001001111111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692C1; }

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

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

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

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

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

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

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

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