#D48FAC

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

Shades of Kobi #D48FAC

Tints of Kobi #D48FAC

Color information

#D48FAC (or 0xD48FAC) is unknown color: approx Kobi. HEX triplet: D4, 8F and AC. RGB value is (212,143,172). Sum of RGB (Red+Green+Blue) = 212+143+172=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48FAC is #2B7053. Grayscale: #A6A6A6. Windows color (decimal): -2846804 or 11309012. OLE color: 11309012.

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

Color convert

RGB212143172-
CMYK00.330.190.17
HSL334.78º44.52%69.61%-
HSV(B)334.78º32.55%83.14%-
XYZ44.4236.6243.76-
YUV166.94130.86160.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.23%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=40.23%
G=27.13%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214317200.330.190.17334.7844.5269.61
HexD48FAC021131114f2d46
Octal324217254041232151755106
Binary110101001000111110101100010000110011100011010011111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FAC; }

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

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

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

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

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

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

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

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