#D995AE

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

Shades of Kobi #D995AE

Tints of Kobi #D995AE

Color information

#D995AE (or 0xD995AE) is unknown color: approx Kobi. HEX triplet: D9, 95 and AE. RGB value is (217,149,174). Sum of RGB (Red+Green+Blue) = 217+149+174=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D995AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995AE is #266A51. Grayscale: #ACACAC. Windows color (decimal): -2517586 or 11441625. OLE color: 11441625.

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

Color convert

RGB217149174-
CMYK00.310.200.15
HSL337.94º47.22%71.76%-
HSV(B)337.94º31.34%85.1%-
XYZ4739.345.15-
YUV172.18129.03159.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 149 (58.59% from 255) = 27.59%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=40.19%
G=27.59%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714917400.310.200.15337.9447.2271.76
HexD995AE01F14F1522f48
Octal331225256037241752257110
Binary1101100110010101101011100111111010011111010100101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995AE; }

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

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

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

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

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

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

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

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