#D995A2

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

Shades of Kobi #D995A2

Tints of Kobi #D995A2

Color information

#D995A2 (or 0xD995A2) is unknown color: approx Kobi. HEX triplet: D9, 95 and A2. RGB value is (217,149,162). Sum of RGB (Red+Green+Blue) = 217+149+162=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D995A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995A2 is #266A5D. Grayscale: #AAAAAA. Windows color (decimal): -2517598 or 10655193. OLE color: 10655193.

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

Color convert

RGB217149162-
CMYK00.310.250.15
HSL348.53º47.22%71.76%-
HSV(B)348.53º31.34%85.1%-
XYZ45.8838.8639.26-
YUV170.81123.03160.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 162 (63.67% from 255) = 30.68%
R=41.10%
G=28.22%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714916200.310.250.15348.5347.2271.76
HexD995A201F19F15d2f48
Octal331225242037311753557110
Binary1101100110010101101000100111111100111111010111011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995A2; }

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

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

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

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

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

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

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

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