#D28DAC

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

Shades of Kobi #D28DAC

Tints of Kobi #D28DAC

Color information

#D28DAC (or 0xD28DAC) is unknown color: approx Kobi. HEX triplet: D2, 8D and AC. RGB value is (210,141,172). Sum of RGB (Red+Green+Blue) = 210+141+172=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28DAC is #2D7253. Grayscale: #A5A5A5. Windows color (decimal): -2978388 or 11308498. OLE color: 11308498.

HSL color Cylindrical-coordinate representation of color #D28DAC: hue angle of 333.04º 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 #D28DAC is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB210141172-
CMYK00.330.180.18
HSL333.04º43.4%68.82%-
HSV(B)333.04º32.86%82.35%-
XYZ43.5535.7343.63-
YUV165.16131.86159.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.15%
GREEN value IS 141 (55.47% from 255) = 26.96%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=40.15%
G=26.96%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014117200.330.180.18333.0443.468.82
HexD28DAC021121214d2b45
Octal322215254041222251553105
Binary110100101000110110101100010000110010100101010011011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DAC; }

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

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

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

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

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

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

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

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