#D484A9

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

Shades of Kobi #D484A9

Tints of Kobi #D484A9

Color information

#D484A9 (or 0xD484A9) is unknown color: approx Kobi. HEX triplet: D4, 84 and A9. RGB value is (212,132,169). Sum of RGB (Red+Green+Blue) = 212+132+169=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D484A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D484A9 is #2B7B56. Grayscale: #A0A0A0. Windows color (decimal): -2849623 or 11109588. OLE color: 11109588.

HSL color Cylindrical-coordinate representation of color #D484A9: hue angle of 332.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D484A9 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212132169-
CMYK00.380.200.17
HSL332.25º48.19%67.45%-
HSV(B)332.25º37.74%83.14%-
XYZ42.5633.3641.73-
YUV160.14133164.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.33%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=41.33%
G=25.73%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213216900.380.200.17332.2548.1967.45
HexD484A9026141114c3043
Octal324204251046242151460103
Binary110101001000010010101001010011010100100011010011001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D484A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D484A9; }

 p { color: rgb(212,132,169); }

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

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

 a { background-color: rgb(212,132,169); }

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

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

 span { border-color: rgb(212,132,169); }

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