#D297A7

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

Shades of Kobi #D297A7

Tints of Kobi #D297A7

Color information

#D297A7 (or 0xD297A7) is unknown color: approx Kobi. HEX triplet: D2, 97 and A7. RGB value is (210,151,167). Sum of RGB (Red+Green+Blue) = 210+151+167=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D297A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D297A7 is #2D6858. Grayscale: #AAAAAA. Windows color (decimal): -2975833 or 10983378. OLE color: 10983378.

HSL color Cylindrical-coordinate representation of color #D297A7: hue angle of 343.73º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D297A7 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB210151167-
CMYK00.280.200.18
HSL343.73º39.6%70.78%-
HSV(B)343.73º28.1%82.35%-
XYZ44.6238.6241.66-
YUV170.46126.05156.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=39.77%
G=28.60%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015116700.280.200.18343.7339.670.78
HexD297A701C14121582847
Octal322227247034242253050107
Binary11010010100101111010011101110010100100101010110001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297A7; }

 p { color: rgb(210,151,167); }

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

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

 a { background-color: rgb(210,151,167); }

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

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

 span { border-color: rgb(210,151,167); }

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