#D97EB1

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

Shades of Kobi #D97EB1

Tints of Kobi #D97EB1

Color information

#D97EB1 (or 0xD97EB1) is unknown color: approx Kobi. HEX triplet: D9, 7E and B1. RGB value is (217,126,177). Sum of RGB (Red+Green+Blue) = 217+126+177=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D97EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97EB1 is #26814E. Grayscale: #9E9E9E. Windows color (decimal): -2523471 or 11632345. OLE color: 11632345.

HSL color Cylindrical-coordinate representation of color #D97EB1: hue angle of 326.37º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97EB1 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217126177-
CMYK00.420.180.15
HSL326.37º54.49%67.25%-
HSV(B)326.37º41.94%85.1%-
XYZ44.0132.8545.62-
YUV159.02138.15169.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.73%
GREEN value IS 126 (49.61% from 255) = 24.23%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=41.73%
G=24.23%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712617700.420.180.15326.3754.4967.25
HexD97EB102A12F1463643
Octal331176261052221750666103
Binary1101100111111101011000101010101001011111010001101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97EB1; }

 p { color: rgb(217,126,177); }

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

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

 a { background-color: rgb(217,126,177); }

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

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

 span { border-color: rgb(217,126,177); }

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