#D995AC

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

Shades of Kobi #D995AC

Tints of Kobi #D995AC

Color information

#D995AC (or 0xD995AC) is unknown color: approx Kobi. HEX triplet: D9, 95 and AC. RGB value is (217,149,172). Sum of RGB (Red+Green+Blue) = 217+149+172=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D995AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995AC is #266A53. Grayscale: #ABABAB. Windows color (decimal): -2517588 or 11310553. OLE color: 11310553.

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

Color convert

RGB217149172-
CMYK00.310.210.15
HSL339.71º47.22%71.76%-
HSV(B)339.71º31.34%85.1%-
XYZ46.8139.2344.13-
YUV171.95128.03160.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=40.33%
G=27.70%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714917200.310.210.15339.7147.2271.76
HexD995AC01F15F1542f48
Octal331225254037251752457110
Binary1101100110010101101011000111111010111111010101001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995AC; }

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

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

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

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

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

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

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

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