#D48FB1

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

Shades of Kobi #D48FB1

Tints of Kobi #D48FB1

Color information

#D48FB1 (or 0xD48FB1) is unknown color: approx Kobi. HEX triplet: D4, 8F and B1. RGB value is (212,143,177). Sum of RGB (Red+Green+Blue) = 212+143+177=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48FB1 is #2B704E. Grayscale: #A7A7A7. Windows color (decimal): -2846799 or 11636692. OLE color: 11636692.

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

Color convert

RGB212143177-
CMYK00.330.170.17
HSL330.43º44.52%69.61%-
HSV(B)330.43º32.55%83.14%-
XYZ44.9136.8246.33-
YUV167.51133.36159.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.85%
GREEN value IS 143 (56.25% from 255) = 26.88%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=39.85%
G=26.88%
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
Decimal21214317700.330.170.17330.4344.5269.61
HexD48FB1021111114a2d46
Octal324217261041212151255106
Binary110101001000111110110001010000110001100011010010101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FB1; }

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

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

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

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

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

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

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

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