#D090AD

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

Shades of Kobi #D090AD

Tints of Kobi #D090AD

Color information

#D090AD (or 0xD090AD) is unknown color: approx Kobi. HEX triplet: D0, 90 and AD. RGB value is (208,144,173). Sum of RGB (Red+Green+Blue) = 208+144+173=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D090AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D090AD is #2F6F52. Grayscale: #A6A6A6. Windows color (decimal): -3108691 or 11374800. OLE color: 11374800.

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

Color convert

RGB208144173-
CMYK00.310.170.18
HSL332.81º40.51%69.02%-
HSV(B)332.81º30.77%81.57%-
XYZ43.5336.3744.26-
YUV166.44131.7157.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.62%
GREEN value IS 144 (56.64% from 255) = 27.43%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=39.62%
G=27.43%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814417300.310.170.18332.8140.5169.02
HexD090AD01F111214d2945
Octal320220255037212251551105
Binary11010000100100001010110101111110001100101010011011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090AD; }

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

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

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

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

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

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

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

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