#D291A7

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

Shades of Kobi #D291A7

Tints of Kobi #D291A7

Color information

#D291A7 (or 0xD291A7) is unknown color: approx Kobi. HEX triplet: D2, 91 and A7. RGB value is (210,145,167). Sum of RGB (Red+Green+Blue) = 210+145+167=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D291A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D291A7 is #2D6E58. Grayscale: #A6A6A6. Windows color (decimal): -2977369 or 10981842. OLE color: 10981842.

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

Color convert

RGB210145167-
CMYK00.310.200.18
HSL339.69º41.94%69.61%-
HSV(B)339.69º30.95%82.35%-
XYZ43.6836.7441.35-
YUV166.94128.03158.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.23%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 167 (65.62% from 255) = 31.99%
R=40.23%
G=27.78%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014516700.310.200.18339.6941.9469.61
HexD291A701F14121542a46
Octal322221247037242252452106
Binary11010010100100011010011101111110100100101010101001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291A7; }

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

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

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

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

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

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

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

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