#D28DAD

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

Shades of Kobi #D28DAD

Tints of Kobi #D28DAD

Color information

#D28DAD (or 0xD28DAD) is unknown color: approx Kobi. HEX triplet: D2, 8D and AD. RGB value is (210,141,173). Sum of RGB (Red+Green+Blue) = 210+141+173=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28DAD is #2D7252. Grayscale: #A5A5A5. Windows color (decimal): -2978387 or 11374034. OLE color: 11374034.

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

Color convert

RGB210141173-
CMYK00.330.180.18
HSL332.17º43.4%68.82%-
HSV(B)332.17º32.86%82.35%-
XYZ43.6535.7744.14-
YUV165.28132.36159.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=40.08%
G=26.91%
B=33.02%

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
Decimal21014117300.330.180.18332.1743.468.82
HexD28DAD021121214c2b45
Octal322215255041222251453105
Binary110100101000110110101101010000110010100101010011001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DAD; }

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

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

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

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

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

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

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

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