#D47AB1

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

Shades of Kobi #D47AB1

Tints of Kobi #D47AB1

Color information

#D47AB1 (or 0xD47AB1) is unknown color: approx Kobi. HEX triplet: D4, 7A and B1. RGB value is (212,122,177). Sum of RGB (Red+Green+Blue) = 212+122+177=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47AB1 is #2B854E. Grayscale: #9B9B9B. Windows color (decimal): -2852175 or 11631316. OLE color: 11631316.

HSL color Cylindrical-coordinate representation of color #D47AB1: hue angle of 323.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47AB1 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212122177-
CMYK00.420.170.17
HSL323.33º51.14%65.49%-
HSV(B)323.33º42.45%83.14%-
XYZ42.0531.0945.38-
YUV155.18140.32168.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 122 (48.05% from 255) = 23.87%
BLUE value IS 177 (69.53% from 255) = 34.64%
R=41.49%
G=23.87%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212217700.420.170.17323.3351.1465.49
HexD47AB102A11111433341
Octal324172261052212150363101
Binary11010100111101010110001010101010001100011010000111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47AB1; }

 p { color: rgb(212,122,177); }

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

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

 a { background-color: rgb(212,122,177); }

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

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

 span { border-color: rgb(212,122,177); }

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