#D58AB4

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

Shades of Kobi #D58AB4

Tints of Kobi #D58AB4

Color information

#D58AB4 (or 0xD58AB4) is unknown color: approx Kobi. HEX triplet: D5, 8A and B4. RGB value is (213,138,180). Sum of RGB (Red+Green+Blue) = 213+138+180=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AB4 is #2A754B. Grayscale: #A5A5A5. Windows color (decimal): -2782540 or 11832021. OLE color: 11832021.

HSL color Cylindrical-coordinate representation of color #D58AB4: hue angle of 326.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58AB4 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB213138180-
CMYK00.350.150.16
HSL326.4º47.17%68.82%-
HSV(B)326.4º35.21%83.53%-
XYZ44.7735.6247.7-
YUV165.21136.35162.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=40.11%
G=25.99%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313818000.350.150.16326.447.1768.82
HexD58AB4023F101462f45
Octal325212264043172050657105
Binary11010101100010101011010001000111111100001010001101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AB4; }

 p { color: rgb(213,138,180); }

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

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

 a { background-color: rgb(213,138,180); }

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

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

 span { border-color: rgb(213,138,180); }

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