#D97DAF

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

Shades of Kobi #D97DAF

Tints of Kobi #D97DAF

Color information

#D97DAF (or 0xD97DAF) is unknown color: approx Kobi. HEX triplet: D9, 7D and AF. RGB value is (217,125,175). Sum of RGB (Red+Green+Blue) = 217+125+175=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97DAF is #268250. Grayscale: #9E9E9E. Windows color (decimal): -2523729 or 11501017. OLE color: 11501017.

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

Color convert

RGB217125175-
CMYK00.420.190.15
HSL327.39º54.76%67.06%-
HSV(B)327.39º42.4%85.1%-
XYZ43.6932.5144.53-
YUV158.21137.48169.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.97%
GREEN value IS 125 (49.22% from 255) = 24.18%
BLUE value IS 175 (68.75% from 255) = 33.85%
R=41.97%
G=24.18%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712517500.420.190.15327.3954.7667.06
HexD97DAF02A13F1473743
Octal331175257052231750767103
Binary1101100111111011010111101010101001111111010001111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DAF; }

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

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

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

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

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

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

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

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