#D694BD

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

Shades of Shocking #D694BD

Tints of Shocking #D694BD

Color information

#D694BD (or 0xD694BD) is unknown color: approx Shocking. HEX triplet: D6, 94 and BD. RGB value is (214,148,189). Sum of RGB (Red+Green+Blue) = 214+148+189=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D694BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694BD is #296B42. Grayscale: #ACACAC. Windows color (decimal): -2714435 or 12424406. OLE color: 12424406.

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

Color convert

RGB214148189-
CMYK00.310.120.16
HSL322.73º44.59%70.98%-
HSV(B)322.73º30.84%83.92%-
XYZ47.5139.1553.2-
YUV172.41137.37157.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.84%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 189 (74.22% from 255) = 34.30%
R=38.84%
G=26.86%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414818900.310.120.16322.7344.5970.98
HexD694BD01FC101432d47
Octal326224275037142050355107
Binary1101011010010100101111010111111100100001010000111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694BD; }

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

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

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

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

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

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

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

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