#D694BA

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

Shades of Shocking #D694BA

Tints of Shocking #D694BA

Color information

#D694BA (or 0xD694BA) is unknown color: approx Shocking. HEX triplet: D6, 94 and BA. RGB value is (214,148,186). Sum of RGB (Red+Green+Blue) = 214+148+186=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D694BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694BA is #296B45. Grayscale: #ABABAB. Windows color (decimal): -2714438 or 12227798. OLE color: 12227798.

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

Color convert

RGB214148186-
CMYK00.310.130.16
HSL325.45º44.59%70.98%-
HSV(B)325.45º30.84%83.92%-
XYZ47.1839.0251.5-
YUV172.07135.87157.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 148 (58.20% from 255) = 27.01%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=39.05%
G=27.01%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414818600.310.130.16325.4544.5970.98
HexD694BA01FD101452d47
Octal326224272037152050555107
Binary1101011010010100101110100111111101100001010001011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694BA; }

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

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

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

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

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

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

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

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