#D995A5

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

Shades of Kobi #D995A5

Tints of Kobi #D995A5

Color information

#D995A5 (or 0xD995A5) is unknown color: approx Kobi. HEX triplet: D9, 95 and A5. RGB value is (217,149,165). Sum of RGB (Red+Green+Blue) = 217+149+165=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D995A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995A5 is #266A5A. Grayscale: #ABABAB. Windows color (decimal): -2517595 or 10851801. OLE color: 10851801.

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

Color convert

RGB217149165-
CMYK00.310.240.15
HSL345.88º47.22%71.76%-
HSV(B)345.88º31.34%85.1%-
XYZ46.1538.9640.69-
YUV171.16124.53160.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 165 (64.84% from 255) = 31.07%
R=40.87%
G=28.06%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714916500.310.240.15345.8847.2271.76
HexD995A501F18F15a2f48
Octal331225245037301753257110
Binary1101100110010101101001010111111100011111010110101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995A5; }

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

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

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

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

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

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

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

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