#D690BE

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

Shades of Shocking #D690BE

Tints of Shocking #D690BE

Color information

#D690BE (or 0xD690BE) is unknown color: approx Shocking. HEX triplet: D6, 90 and BE. RGB value is (214,144,190). Sum of RGB (Red+Green+Blue) = 214+144+190=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D690BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690BE is #296F41. Grayscale: #AAAAAA. Windows color (decimal): -2715458 or 12488918. OLE color: 12488918.

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

Color convert

RGB214144190-
CMYK00.330.110.16
HSL320.57º46.05%70.2%-
HSV(B)320.57º32.71%83.92%-
XYZ4737.9653.57-
YUV170.17139.19159.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 144 (56.64% from 255) = 26.28%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=39.05%
G=26.28%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414419000.330.110.16320.5746.0570.2
HexD690BE021B101412e46
Octal326220276041132050156106
Binary11010110100100001011111001000011011100001010000011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D690BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D690BE; }

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

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

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

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

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

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

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

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