#D97EAA

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

Shades of Kobi #D97EAA

Tints of Kobi #D97EAA

Color information

#D97EAA (or 0xD97EAA) is unknown color: approx Kobi. HEX triplet: D9, 7E and AA. RGB value is (217,126,170). Sum of RGB (Red+Green+Blue) = 217+126+170=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D97EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97EAA is #268155. Grayscale: #9E9E9E. Windows color (decimal): -2523478 or 11173593. OLE color: 11173593.

HSL color Cylindrical-coordinate representation of color #D97EAA: hue angle of 330.99º 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 #D97EAA is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217126170-
CMYK00.420.220.15
HSL330.99º54.49%67.25%-
HSV(B)330.99º41.94%85.1%-
XYZ43.3332.5842.03-
YUV158.22134.65169.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 126 (49.61% from 255) = 24.56%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=42.30%
G=24.56%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712617000.420.220.15330.9954.4967.25
HexD97EAA02A16F14b3643
Octal331176252052261751366103
Binary1101100111111101010101001010101011011111010010111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97EAA; }

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

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

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

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

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

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

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

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