#D694B6

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

Shades of Shocking #D694B6

Tints of Shocking #D694B6

Color information

#D694B6 (or 0xD694B6) is unknown color: approx Shocking. HEX triplet: D6, 94 and B6. RGB value is (214,148,182). Sum of RGB (Red+Green+Blue) = 214+148+182=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D694B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694B6 is #296B49. Grayscale: #ABABAB. Windows color (decimal): -2714442 or 11965654. OLE color: 11965654.

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

Color convert

RGB214148182-
CMYK00.310.150.16
HSL329.09º44.59%70.98%-
HSV(B)329.09º30.84%83.92%-
XYZ46.7638.8549.29-
YUV171.61133.87158.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 148 (58.20% from 255) = 27.21%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=39.34%
G=27.21%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414818200.310.150.16329.0944.5970.98
HexD694B601FF101492d47
Octal326224266037172051155107
Binary1101011010010100101101100111111111100001010010011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694B6; }

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

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

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

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

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

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

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

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