#D482A9

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

Shades of Kobi #D482A9

Tints of Kobi #D482A9

Color information

#D482A9 (or 0xD482A9) is unknown color: approx Kobi. HEX triplet: D4, 82 and A9. RGB value is (212,130,169). Sum of RGB (Red+Green+Blue) = 212+130+169=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D482A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D482A9 is #2B7D56. Grayscale: #9E9E9E. Windows color (decimal): -2850135 or 11109076. OLE color: 11109076.

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

Color convert

RGB212130169-
CMYK00.390.200.17
HSL331.46º48.81%67.06%-
HSV(B)331.46º38.68%83.14%-
XYZ42.332.8341.64-
YUV158.96133.67165.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 130 (51.17% from 255) = 25.44%
BLUE value IS 169 (66.41% from 255) = 33.07%
R=41.49%
G=25.44%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213016900.390.200.17331.4648.8167.06
HexD482A9027141114b3143
Octal324202251047242151361103
Binary110101001000001010101001010011110100100011010010111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D482A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D482A9; }

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

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

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

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

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

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

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

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