#D990B7

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

Shades of Shocking #D990B7

Tints of Shocking #D990B7

Color information

#D990B7 (or 0xD990B7) is unknown color: approx Shocking. HEX triplet: D9, 90 and B7. RGB value is (217,144,183). Sum of RGB (Red+Green+Blue) = 217+144+183=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D990B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990B7 is #266F48. Grayscale: #AAAAAA. Windows color (decimal): -2518857 or 12030169. OLE color: 12030169.

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

Color convert

RGB217144183-
CMYK00.340.160.15
HSL327.95º48.99%70.78%-
HSV(B)327.95º33.64%85.1%-
XYZ47.1438.1249.67-
YUV170.27135.18161.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.89%
GREEN value IS 144 (56.64% from 255) = 26.47%
BLUE value IS 183 (71.88% from 255) = 33.64%
R=39.89%
G=26.47%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714418300.340.160.15327.9548.9970.78
HexD990B702210F1483147
Octal331220267042201751061107
Binary11011001100100001011011101000101000011111010010001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D990B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D990B7; }

 p { color: rgb(217,144,183); }

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

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

 a { background-color: rgb(217,144,183); }

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

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

 span { border-color: rgb(217,144,183); }

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