#D38AAD

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

Shades of Kobi #D38AAD

Tints of Kobi #D38AAD

Color information

#D38AAD (or 0xD38AAD) is unknown color: approx Kobi. HEX triplet: D3, 8A and AD. RGB value is (211,138,173). Sum of RGB (Red+Green+Blue) = 211+138+173=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D38AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38AAD is #2C7552. Grayscale: #A3A3A3. Windows color (decimal): -2913619 or 11373267. OLE color: 11373267.

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

Color convert

RGB211138173-
CMYK00.350.180.17
HSL331.23º45.34%68.43%-
HSV(B)331.23º34.6%82.75%-
XYZ43.535.0444.01-
YUV163.82133.18161.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.42%
GREEN value IS 138 (54.30% from 255) = 26.44%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=40.42%
G=26.44%
B=33.14%

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
Decimal21113817300.350.180.17331.2345.3468.43
HexD38AAD023121114b2d44
Octal323212255043222151355104
Binary110100111000101010101101010001110010100011010010111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38AAD; }

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

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

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

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

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

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

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

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