#D482AE

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

Shades of Kobi #D482AE

Tints of Kobi #D482AE

Color information

#D482AE (or 0xD482AE) is unknown color: approx Kobi. HEX triplet: D4, 82 and AE. RGB value is (212,130,174). Sum of RGB (Red+Green+Blue) = 212+130+174=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D482AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D482AE is #2B7D51. Grayscale: #9F9F9F. Windows color (decimal): -2850130 or 11436756. OLE color: 11436756.

HSL color Cylindrical-coordinate representation of color #D482AE: hue angle of 327.8º 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 #D482AE is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212130174-
CMYK00.390.180.17
HSL327.8º48.81%67.06%-
HSV(B)327.8º38.68%83.14%-
XYZ42.7733.0244.16-
YUV159.53136.17165.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 130 (51.17% from 255) = 25.19%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=41.09%
G=25.19%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213017400.390.180.17327.848.8167.06
HexD482AE02712111483143
Octal324202256047222151061103
Binary110101001000001010101110010011110010100011010010001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D482AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D482AE; }

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

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

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

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

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

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

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

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