#D999BE

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

Shades of Shocking #D999BE

Tints of Shocking #D999BE

Color information

#D999BE (or 0xD999BE) is unknown color: approx Shocking. HEX triplet: D9, 99 and BE. RGB value is (217,153,190). Sum of RGB (Red+Green+Blue) = 217+153+190=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D999BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999BE is #266641. Grayscale: #B0B0B0. Windows color (decimal): -2516546 or 12491225. OLE color: 12491225.

HSL color Cylindrical-coordinate representation of color #D999BE: hue angle of 325.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D999BE is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217153190-
CMYK00.290.120.15
HSL325.31º45.71%72.55%-
HSV(B)325.31º29.49%85.1%-
XYZ49.341.2554.08-
YUV176.35135.7156.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=38.75%
G=27.32%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715319000.290.120.15325.3145.7172.55
HexD999BE01DCF1452e49
Octal331231276035141750556111
Binary110110011001100110111110011101110011111010001011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999BE; }

 p { color: rgb(217,153,190); }

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

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

 a { background-color: rgb(217,153,190); }

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

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

 span { border-color: rgb(217,153,190); }

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