#D48DB0

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

Shades of Kobi #D48DB0

Tints of Kobi #D48DB0

Color information

#D48DB0 (or 0xD48DB0) is unknown color: approx Kobi. HEX triplet: D4, 8D and B0. RGB value is (212,141,176). Sum of RGB (Red+Green+Blue) = 212+141+176=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48DB0 is #2B724F. Grayscale: #A6A6A6. Windows color (decimal): -2847312 or 11570644. OLE color: 11570644.

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

Color convert

RGB212141176-
CMYK00.330.170.17
HSL330.42º45.22%69.22%-
HSV(B)330.42º33.49%83.14%-
XYZ44.5136.1845.71-
YUV166.22133.52160.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 141 (55.47% from 255) = 26.65%
BLUE value IS 176 (69.14% from 255) = 33.27%
R=40.08%
G=26.65%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214117600.330.170.17330.4245.2269.22
HexD48DB0021111114a2d45
Octal324215260041212151255105
Binary110101001000110110110000010000110001100011010010101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DB0; }

 p { color: rgb(212,141,176); }

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

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

 a { background-color: rgb(212,141,176); }

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

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

 span { border-color: rgb(212,141,176); }

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