#D48AAE

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

Shades of Kobi #D48AAE

Tints of Kobi #D48AAE

Color information

#D48AAE (or 0xD48AAE) is unknown color: approx Kobi. HEX triplet: D4, 8A and AE. RGB value is (212,138,174). Sum of RGB (Red+Green+Blue) = 212+138+174=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48AAE is #2B7551. Grayscale: #A4A4A4. Windows color (decimal): -2848082 or 11438804. OLE color: 11438804.

HSL color Cylindrical-coordinate representation of color #D48AAE: hue angle of 330.81º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48AAE is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212138174-
CMYK00.350.180.17
HSL330.81º46.25%68.63%-
HSV(B)330.81º34.91%83.14%-
XYZ43.8835.2344.53-
YUV164.23133.52162.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=40.46%
G=26.34%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213817400.350.180.17330.8146.2568.63
HexD48AAE023121114b2e45
Octal324212256043222151356105
Binary110101001000101010101110010001110010100011010010111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48AAE; }

 p { color: rgb(212,138,174); }

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

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

 a { background-color: rgb(212,138,174); }

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

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

 span { border-color: rgb(212,138,174); }

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