#D694B9

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

Shades of Shocking #D694B9

Tints of Shocking #D694B9

Color information

#D694B9 (or 0xD694B9) is unknown color: approx Shocking. HEX triplet: D6, 94 and B9. RGB value is (214,148,185). Sum of RGB (Red+Green+Blue) = 214+148+185=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D694B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694B9 is #296B46. Grayscale: #ABABAB. Windows color (decimal): -2714439 or 12162262. OLE color: 12162262.

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

Color convert

RGB214148185-
CMYK00.310.140.16
HSL326.36º44.59%70.98%-
HSV(B)326.36º30.84%83.92%-
XYZ47.0838.9850.94-
YUV171.95135.37157.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=39.12%
G=27.06%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414818500.310.140.16326.3644.5970.98
HexD694B901FE101462d47
Octal326224271037162050655107
Binary1101011010010100101110010111111110100001010001101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694B9; }

 p { color: rgb(214,148,185); }

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

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

 a { background-color: rgb(214,148,185); }

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

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

 span { border-color: rgb(214,148,185); }

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