#D48EB2

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

Shades of Kobi #D48EB2

Tints of Kobi #D48EB2

Color information

#D48EB2 (or 0xD48EB2) is unknown color: approx Kobi. HEX triplet: D4, 8E and B2. RGB value is (212,142,178). Sum of RGB (Red+Green+Blue) = 212+142+178=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48EB2 is #2B714D. Grayscale: #A6A6A6. Windows color (decimal): -2847054 or 11701972. OLE color: 11701972.

HSL color Cylindrical-coordinate representation of color #D48EB2: hue angle of 329.14º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48EB2 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB212142178-
CMYK00.330.160.17
HSL329.14º44.87%69.41%-
HSV(B)329.14º33.02%83.14%-
XYZ44.8636.5646.81-
YUV167.03134.19160.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.85%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=39.85%
G=26.69%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214217800.330.160.17329.1444.8769.41
HexD48EB202110111492d45
Octal324216262041202151155105
Binary110101001000111010110010010000110000100011010010011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EB2; }

 p { color: rgb(212,142,178); }

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

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

 a { background-color: rgb(212,142,178); }

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

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

 span { border-color: rgb(212,142,178); }

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