#D38CA8

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

Shades of Kobi #D38CA8

Tints of Kobi #D38CA8

Color information

#D38CA8 (or 0xD38CA8) is unknown color: approx Kobi. HEX triplet: D3, 8C and A8. RGB value is (211,140,168). Sum of RGB (Red+Green+Blue) = 211+140+168=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38CA8 is #2C7357. Grayscale: #A4A4A4. Windows color (decimal): -2913112 or 11046099. OLE color: 11046099.

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

Color convert

RGB211140168-
CMYK00.340.200.17
HSL336.34º44.65%68.82%-
HSV(B)336.34º33.65%82.75%-
XYZ43.3135.4341.6-
YUV164.42130.02161.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.66%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 168 (66.02% from 255) = 32.37%
R=40.66%
G=26.97%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114016800.340.200.17336.3444.6568.82
HexD38CA802214111502d45
Octal323214250042242152055105
Binary110100111000110010101000010001010100100011010100001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38CA8; }

 p { color: rgb(211,140,168); }

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

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

 a { background-color: rgb(211,140,168); }

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

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

 span { border-color: rgb(211,140,168); }

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