#D28FA9

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

Shades of Kobi #D28FA9

Tints of Kobi #D28FA9

Color information

#D28FA9 (or 0xD28FA9) is unknown color: approx Kobi. HEX triplet: D2, 8F and A9. RGB value is (210,143,169). Sum of RGB (Red+Green+Blue) = 210+143+169=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28FA9 is #2D7056. Grayscale: #A5A5A5. Windows color (decimal): -2977879 or 11112402. OLE color: 11112402.

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

Color convert

RGB210143169-
CMYK00.320.200.18
HSL336.72º42.68%69.22%-
HSV(B)336.72º31.9%82.35%-
XYZ43.5636.2142.23-
YUV166129.7159.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.23%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 169 (66.41% from 255) = 32.38%
R=40.23%
G=27.39%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014316900.320.200.18336.7242.6869.22
HexD28FA902014121512b45
Octal322217251040242252153105
Binary110100101000111110101001010000010100100101010100011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FA9; }

 p { color: rgb(210,143,169); }

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

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

 a { background-color: rgb(210,143,169); }

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

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

 span { border-color: rgb(210,143,169); }

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