#D582AB

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

Shades of Kobi #D582AB

Tints of Kobi #D582AB

Color information

#D582AB (or 0xD582AB) is unknown color: approx Kobi. HEX triplet: D5, 82 and AB. RGB value is (213,130,171). Sum of RGB (Red+Green+Blue) = 213+130+171=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D582AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D582AB is #2A7D54. Grayscale: #9F9F9F. Windows color (decimal): -2784597 or 11240149. OLE color: 11240149.

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

Color convert

RGB213130171-
CMYK00.390.200.16
HSL330.36º49.7%67.25%-
HSV(B)330.36º38.97%83.53%-
XYZ42.7733.0542.65-
YUV159.49134.5166.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 130 (51.17% from 255) = 25.29%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=41.44%
G=25.29%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313017100.390.200.16330.3649.767.25
HexD582AB027141014a3243
Octal325202253047242051262103
Binary110101011000001010101011010011110100100001010010101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D582AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D582AB; }

 p { color: rgb(213,130,171); }

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

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

 a { background-color: rgb(213,130,171); }

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

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

 span { border-color: rgb(213,130,171); }

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