#D495A7

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

Shades of Kobi #D495A7

Tints of Kobi #D495A7

Color information

#D495A7 (or 0xD495A7) is unknown color: approx Kobi. HEX triplet: D4, 95 and A7. RGB value is (212,149,167). Sum of RGB (Red+Green+Blue) = 212+149+167=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D495A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D495A7 is #2B6A58. Grayscale: #A9A9A9. Windows color (decimal): -2845273 or 10982868. OLE color: 10982868.

HSL color Cylindrical-coordinate representation of color #D495A7: hue angle of 342.86º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D495A7 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB212149167-
CMYK00.300.210.17
HSL342.86º42.28%70.78%-
HSV(B)342.86º29.72%83.14%-
XYZ44.8738.2841.58-
YUV169.89126.37158.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=40.15%
G=28.22%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214916700.300.210.17342.8642.2870.78
HexD495A701E15111572a47
Octal324225247036252152752107
Binary11010100100101011010011101111010101100011010101111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D495A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D495A7; }

 p { color: rgb(212,149,167); }

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

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

 a { background-color: rgb(212,149,167); }

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

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

 span { border-color: rgb(212,149,167); }

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