#D488AE

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

Shades of Kobi #D488AE

Tints of Kobi #D488AE

Color information

#D488AE (or 0xD488AE) is unknown color: approx Kobi. HEX triplet: D4, 88 and AE. RGB value is (212,136,174). Sum of RGB (Red+Green+Blue) = 212+136+174=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D488AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D488AE is #2B7751. Grayscale: #A2A2A2. Windows color (decimal): -2848594 or 11438292. OLE color: 11438292.

HSL color Cylindrical-coordinate representation of color #D488AE: hue angle of 330º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D488AE is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212136174-
CMYK00.360.180.17
HSL330º46.91%68.24%-
HSV(B)330º35.85%83.14%-
XYZ43.634.6644.44-
YUV163.06134.18162.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 136 (53.52% from 255) = 26.05%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=40.61%
G=26.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213617400.360.180.1733046.9168.24
HexD488AE024121114a2f44
Octal324210256044222151257104
Binary110101001000100010101110010010010010100011010010101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D488AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D488AE; }

 p { color: rgb(212,136,174); }

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

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

 a { background-color: rgb(212,136,174); }

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

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

 span { border-color: rgb(212,136,174); }

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