#D694B7

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

Shades of Shocking #D694B7

Tints of Shocking #D694B7

Color information

#D694B7 (or 0xD694B7) is unknown color: approx Shocking. HEX triplet: D6, 94 and B7. RGB value is (214,148,183). Sum of RGB (Red+Green+Blue) = 214+148+183=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D694B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694B7 is #296B48. Grayscale: #ABABAB. Windows color (decimal): -2714441 or 12031190. OLE color: 12031190.

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

Color convert

RGB214148183-
CMYK00.310.140.16
HSL328.18º44.59%70.98%-
HSV(B)328.18º30.84%83.92%-
XYZ46.8738.8949.84-
YUV171.72134.37158.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=39.27%
G=27.16%
B=33.58%

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
Decimal21414818300.310.140.16328.1844.5970.98
HexD694B701FE101482d47
Octal326224267037162051055107
Binary1101011010010100101101110111111110100001010010001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694B7; }

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

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

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

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

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

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

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

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