#D97CAF

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

Shades of Kobi #D97CAF

Tints of Kobi #D97CAF

Color information

#D97CAF (or 0xD97CAF) is unknown color: approx Kobi. HEX triplet: D9, 7C and AF. RGB value is (217,124,175). Sum of RGB (Red+Green+Blue) = 217+124+175=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97CAF is #268350. Grayscale: #9D9D9D. Windows color (decimal): -2523985 or 11500761. OLE color: 11500761.

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

Color convert

RGB217124175-
CMYK00.430.190.15
HSL327.1º55.03%66.86%-
HSV(B)327.1º42.86%85.1%-
XYZ43.5632.2644.49-
YUV157.62137.81170.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 124 (48.83% from 255) = 24.03%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=42.05%
G=24.03%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712417500.430.190.15327.155.0366.86
HexD97CAF02B13F1473743
Octal331174257053231750767103
Binary1101100111111001010111101010111001111111010001111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97CAF; }

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

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

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

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

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

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

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

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