#D28DA8

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

Shades of Kobi #D28DA8

Tints of Kobi #D28DA8

Color information

#D28DA8 (or 0xD28DA8) is unknown color: approx Kobi. HEX triplet: D2, 8D and A8. RGB value is (210,141,168). Sum of RGB (Red+Green+Blue) = 210+141+168=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28DA8 is #2D7257. Grayscale: #A4A4A4. Windows color (decimal): -2978392 or 11046354. OLE color: 11046354.

HSL color Cylindrical-coordinate representation of color #D28DA8: hue angle of 336.52º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28DA8 is Cyan = 0, Magento = 0.33, Yellow = 0.2 and Black (K on CMYK) = 0.18.

Color convert

RGB210141168-
CMYK00.330.20.18
HSL336.52º43.4%68.82%-
HSV(B)336.52º32.86%82.35%-
XYZ43.1735.5841.64-
YUV164.71129.86160.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 168 (66.02% from 255) = 32.37%
R=40.46%
G=27.17%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.2
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014116800.330.20.18336.5243.468.82
HexD28DA802114121512b45
Octal322215250041242252153105
Binary110100101000110110101000010000110100100101010100011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DA8; }

 p { color: rgb(210,141,168); }

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

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

 a { background-color: rgb(210,141,168); }

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

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

 span { border-color: rgb(210,141,168); }

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