#D492A8

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

Shades of Kobi #D492A8

Tints of Kobi #D492A8

Color information

#D492A8 (or 0xD492A8) is unknown color: approx Kobi. HEX triplet: D4, 92 and A8. RGB value is (212,146,168). Sum of RGB (Red+Green+Blue) = 212+146+168=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D492A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D492A8 is #2B6D57. Grayscale: #A8A8A8. Windows color (decimal): -2846040 or 11047636. OLE color: 11047636.

HSL color Cylindrical-coordinate representation of color #D492A8: hue angle of 340º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D492A8 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB212146168-
CMYK00.310.210.17
HSL340º43.42%70.2%-
HSV(B)340º31.13%83.14%-
XYZ44.537.3841.92-
YUV168.24127.87159.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.30%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 168 (66.02% from 255) = 31.94%
R=40.30%
G=27.76%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214616800.310.210.1734043.4270.2
HexD492A801F15111542b46
Octal324222250037252152453106
Binary11010100100100101010100001111110101100011010101001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D492A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D492A8; }

 p { color: rgb(212,146,168); }

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

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

 a { background-color: rgb(212,146,168); }

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

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

 span { border-color: rgb(212,146,168); }

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