#D995AD

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

Shades of Kobi #D995AD

Tints of Kobi #D995AD

Color information

#D995AD (or 0xD995AD) is unknown color: approx Kobi. HEX triplet: D9, 95 and AD. RGB value is (217,149,173). Sum of RGB (Red+Green+Blue) = 217+149+173=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D995AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995AD is #266A52. Grayscale: #ACACAC. Windows color (decimal): -2517587 or 11376089. OLE color: 11376089.

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

Color convert

RGB217149173-
CMYK00.310.200.15
HSL338.82º47.22%71.76%-
HSV(B)338.82º31.34%85.1%-
XYZ46.9139.2644.64-
YUV172.07128.53160.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 149 (58.59% from 255) = 27.64%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=40.26%
G=27.64%
B=32.10%

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
Decimal21714917300.310.200.15338.8247.2271.76
HexD995AD01F14F1532f48
Octal331225255037241752357110
Binary1101100110010101101011010111111010011111010100111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995AD; }

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

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

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

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

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

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

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

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