#D97DAA

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

Shades of Kobi #D97DAA

Tints of Kobi #D97DAA

Color information

#D97DAA (or 0xD97DAA) is unknown color: approx Kobi. HEX triplet: D9, 7D and AA. RGB value is (217,125,170). Sum of RGB (Red+Green+Blue) = 217+125+170=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97DAA is #268255. Grayscale: #9D9D9D. Windows color (decimal): -2523734 or 11173337. OLE color: 11173337.

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

Color convert

RGB217125170-
CMYK00.420.220.15
HSL330.65º54.76%67.06%-
HSV(B)330.65º42.4%85.1%-
XYZ43.232.3241.99-
YUV157.64134.98170.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 125 (49.22% from 255) = 24.41%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=42.38%
G=24.41%
B=33.20%

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
Decimal21712517000.420.220.15330.6554.7667.06
HexD97DAA02A16F14b3743
Octal331175252052261751367103
Binary1101100111111011010101001010101011011111010010111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DAA; }

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

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

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

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

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

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

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

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