#D489AD

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

Shades of Kobi #D489AD

Tints of Kobi #D489AD

Color information

#D489AD (or 0xD489AD) is unknown color: approx Kobi. HEX triplet: D4, 89 and AD. RGB value is (212,137,173). Sum of RGB (Red+Green+Blue) = 212+137+173=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D489AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D489AD is #2B7652. Grayscale: #A3A3A3. Windows color (decimal): -2848339 or 11373012. OLE color: 11373012.

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

Color convert

RGB212137173-
CMYK00.350.180.17
HSL331.2º46.58%68.43%-
HSV(B)331.2º35.38%83.14%-
XYZ43.6434.9143.97-
YUV163.53133.35162.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 137 (53.91% from 255) = 26.25%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=40.61%
G=26.25%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213717300.350.180.17331.246.5868.43
HexD489AD023121114b2f44
Octal324211255043222151357104
Binary110101001000100110101101010001110010100011010010111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D489AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D489AD; }

 p { color: rgb(212,137,173); }

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

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

 a { background-color: rgb(212,137,173); }

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

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

 span { border-color: rgb(212,137,173); }

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