#D291AE

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

Shades of Kobi #D291AE

Tints of Kobi #D291AE

Color information

#D291AE (or 0xD291AE) is unknown color: approx Kobi. HEX triplet: D2, 91 and AE. RGB value is (210,145,174). Sum of RGB (Red+Green+Blue) = 210+145+174=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D291AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D291AE is #2D6E51. Grayscale: #A7A7A7. Windows color (decimal): -2977362 or 11440594. OLE color: 11440594.

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

Color convert

RGB210145174-
CMYK00.310.170.18
HSL333.23º41.94%69.61%-
HSV(B)333.23º30.95%82.35%-
XYZ44.3437.0144.85-
YUV167.74131.53158.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=39.70%
G=27.41%
B=32.89%

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
Decimal21014517400.310.170.18333.2341.9469.61
HexD291AE01F111214d2a46
Octal322221256037212251552106
Binary11010010100100011010111001111110001100101010011011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291AE; }

 p { color: rgb(210,145,174); }

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

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

 a { background-color: rgb(210,145,174); }

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

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

 span { border-color: rgb(210,145,174); }

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