#D692B5

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

Shades of Shocking #D692B5

Tints of Shocking #D692B5

Color information

#D692B5 (or 0xD692B5) is unknown color: approx Shocking. HEX triplet: D6, 92 and B5. RGB value is (214,146,181). Sum of RGB (Red+Green+Blue) = 214+146+181=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D692B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692B5 is #296D4A. Grayscale: #AAAAAA. Windows color (decimal): -2714955 or 11899606. OLE color: 11899606.

HSL color Cylindrical-coordinate representation of color #D692B5: hue angle of 329.12º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D692B5 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB214146181-
CMYK00.320.150.16
HSL329.12º45.33%70.59%-
HSV(B)329.12º31.78%83.92%-
XYZ46.3538.1948.64-
YUV170.32134.03159.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=39.56%
G=26.99%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414618100.320.150.16329.1245.3370.59
HexD692B5020F101492d47
Octal326222265040172051155107
Binary11010110100100101011010101000001111100001010010011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692B5; }

 p { color: rgb(214,146,181); }

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

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

 a { background-color: rgb(214,146,181); }

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

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

 span { border-color: rgb(214,146,181); }

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