#D38FAD

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

Shades of Kobi #D38FAD

Tints of Kobi #D38FAD

Color information

#D38FAD (or 0xD38FAD) is unknown color: approx Kobi. HEX triplet: D3, 8F and AD. RGB value is (211,143,173). Sum of RGB (Red+Green+Blue) = 211+143+173=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D38FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38FAD is #2C7052. Grayscale: #A6A6A6. Windows color (decimal): -2912339 or 11374547. OLE color: 11374547.

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

Color convert

RGB211143173-
CMYK00.320.180.17
HSL333.53º43.59%69.41%-
HSV(B)333.53º32.23%82.75%-
XYZ44.2336.5144.25-
YUV166.75131.53159.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.04%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=40.04%
G=27.13%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114317300.320.180.17333.5343.5969.41
HexD38FAD020121114e2c45
Octal323217255040222151654105
Binary110100111000111110101101010000010010100011010011101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38FAD; }

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

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

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

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

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

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

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

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