#D090A8

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

Shades of Kobi #D090A8

Tints of Kobi #D090A8

Color information

#D090A8 (or 0xD090A8) is unknown color: approx Kobi. HEX triplet: D0, 90 and A8. RGB value is (208,144,168). Sum of RGB (Red+Green+Blue) = 208+144+168=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D090A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D090A8 is #2F6F57. Grayscale: #A5A5A5. Windows color (decimal): -3108696 or 11047120. OLE color: 11047120.

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

Color convert

RGB208144168-
CMYK00.310.190.18
HSL337.5º40.51%69.02%-
HSV(B)337.5º30.77%81.57%-
XYZ43.0536.1841.76-
YUV165.87129.2158.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 168 (66.02% from 255) = 32.31%
R=40%
G=27.69%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814416800.310.190.18337.540.5169.02
HexD090A801F13121522945
Octal320220250037232252251105
Binary11010000100100001010100001111110011100101010100101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090A8; }

 p { color: rgb(208,144,168); }

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

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

 a { background-color: rgb(208,144,168); }

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

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

 span { border-color: rgb(208,144,168); }

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