#D48FAD

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

Shades of Kobi #D48FAD

Tints of Kobi #D48FAD

Color information

#D48FAD (or 0xD48FAD) is unknown color: approx Kobi. HEX triplet: D4, 8F and AD. RGB value is (212,143,173). Sum of RGB (Red+Green+Blue) = 212+143+173=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48FAD is #2B7052. Grayscale: #A6A6A6. Windows color (decimal): -2846803 or 11374548. OLE color: 11374548.

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

Color convert

RGB212143173-
CMYK00.330.180.17
HSL333.91º44.52%69.61%-
HSV(B)333.91º32.55%83.14%-
XYZ44.5236.6644.26-
YUV167.05131.36160.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=40.15%
G=27.08%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214317300.330.180.17333.9144.5269.61
HexD48FAD021121114e2d46
Octal324217255041222151655106
Binary110101001000111110101101010000110010100011010011101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FAD; }

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

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

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

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

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

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

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

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