#D48EB3

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

Shades of Kobi #D48EB3

Tints of Kobi #D48EB3

Color information

#D48EB3 (or 0xD48EB3) is unknown color: approx Kobi. HEX triplet: D4, 8E and B3. RGB value is (212,142,179). Sum of RGB (Red+Green+Blue) = 212+142+179=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EB3 is #2B714C. Grayscale: #A7A7A7. Windows color (decimal): -2847053 or 11767508. OLE color: 11767508.

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

Color convert

RGB212142179-
CMYK00.330.160.17
HSL328.29º44.87%69.41%-
HSV(B)328.29º33.02%83.14%-
XYZ44.9636.647.34-
YUV167.15134.69159.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 179 (70.31% from 255) = 33.58%
R=39.77%
G=26.64%
B=33.58%

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
Decimal21214217900.330.160.17328.2944.8769.41
HexD48EB302110111482d45
Octal324216263041202151055105
Binary110101001000111010110011010000110000100011010010001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EB3; }

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

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

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

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

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

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

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

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