#D995A7

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

Shades of Kobi #D995A7

Tints of Kobi #D995A7

Color information

#D995A7 (or 0xD995A7) is unknown color: approx Kobi. HEX triplet: D9, 95 and A7. RGB value is (217,149,167). Sum of RGB (Red+Green+Blue) = 217+149+167=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D995A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995A7 is #266A58. Grayscale: #ABABAB. Windows color (decimal): -2517593 or 10982873. OLE color: 10982873.

HSL color Cylindrical-coordinate representation of color #D995A7: hue angle of 344.12º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D995A7 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB217149167-
CMYK00.310.230.15
HSL344.12º47.22%71.76%-
HSV(B)344.12º31.34%85.1%-
XYZ46.3439.0441.65-
YUV171.38125.53160.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 167 (65.62% from 255) = 31.33%
R=40.71%
G=27.95%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714916700.310.230.15344.1247.2271.76
HexD995A701F17F1582f48
Octal331225247037271753057110
Binary1101100110010101101001110111111011111111010110001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995A7; }

 p { color: rgb(217,149,167); }

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

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

 a { background-color: rgb(217,149,167); }

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

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

 span { border-color: rgb(217,149,167); }

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