#D690BA

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

Shades of Shocking #D690BA

Tints of Shocking #D690BA

Color information

#D690BA (or 0xD690BA) is unknown color: approx Shocking. HEX triplet: D6, 90 and BA. RGB value is (214,144,186). Sum of RGB (Red+Green+Blue) = 214+144+186=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D690BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690BA is #296F45. Grayscale: #A9A9A9. Windows color (decimal): -2715462 or 12226774. OLE color: 12226774.

HSL color Cylindrical-coordinate representation of color #D690BA: hue angle of 324º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D690BA is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214144186-
CMYK00.330.130.16
HSL324º46.05%70.2%-
HSV(B)324º32.71%83.92%-
XYZ46.5737.7951.29-
YUV169.72137.19159.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 144 (56.64% from 255) = 26.47%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=39.34%
G=26.47%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414418600.330.130.1632446.0570.2
HexD690BA021D101442e46
Octal326220272041152050456106
Binary11010110100100001011101001000011101100001010001001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D690BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D690BA; }

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

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

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

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

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

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

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

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