#D97DA9

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

Shades of Kobi #D97DA9

Tints of Kobi #D97DA9

Color information

#D97DA9 (or 0xD97DA9) is unknown color: approx Kobi. HEX triplet: D9, 7D and A9. RGB value is (217,125,169). Sum of RGB (Red+Green+Blue) = 217+125+169=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97DA9 is #268256. Grayscale: #9D9D9D. Windows color (decimal): -2523735 or 11107801. OLE color: 11107801.

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

Color convert

RGB217125169-
CMYK00.420.220.15
HSL331.3º54.76%67.06%-
HSV(B)331.3º42.4%85.1%-
XYZ43.1132.2841.5-
YUV157.52134.48170.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 169 (66.41% from 255) = 33.07%
R=42.47%
G=24.46%
B=33.07%

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
Decimal21712516900.420.220.15331.354.7667.06
HexD97DA902A16F14b3743
Octal331175251052261751367103
Binary1101100111111011010100101010101011011111010010111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DA9; }

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

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

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

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

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

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

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

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