#d28faa

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

Shades of Kobi #D28FAA

Tints of Kobi #D28FAA

Color information

#D28FAA (or 0xD28FAA) is unknown color: approx Kobi. HEX triplet: D2, 8F and AA. RGB value is (210,143,170). Sum of RGB (Red+Green+Blue) = 210+143+170=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28FAA is #2D7055. Grayscale: #A6A6A6. Windows color (decimal): -2977878 or 11177938. OLE color: 11177938.

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

Color convert

RGB210143170-
CMYK00.320.190.18
HSL335.82º42.68%69.22%-
HSV(B)335.82º31.9%82.35%-
XYZ43.6636.2542.73-
YUV166.11130.2159.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.15%
GREEN value IS 143 (56.25% from 255) = 27.34%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=40.15%
G=27.34%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014317000.320.190.18335.8242.6869.22
HexD28FAA02013121502b45
Octal322217252040232252053105
Binary110100101000111110101010010000010011100101010100001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d28faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d28faa; }

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

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

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

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

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

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

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

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