#D295AD

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

Shades of Kobi #D295AD

Tints of Kobi #D295AD

Color information

#D295AD (or 0xD295AD) is unknown color: approx Kobi. HEX triplet: D2, 95 and AD. RGB value is (210,149,173). Sum of RGB (Red+Green+Blue) = 210+149+173=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D295AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D295AD is #2D6A52. Grayscale: #A9A9A9. Windows color (decimal): -2976339 or 11376082. OLE color: 11376082.

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

Color convert

RGB210149173-
CMYK00.290.180.18
HSL336.39º40.4%70.39%-
HSV(B)336.39º29.05%82.35%-
XYZ44.8738.2144.55-
YUV169.98129.71156.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.47%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=39.47%
G=28.01%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014917300.290.180.18336.3940.470.39
HexD295AD01D12121502846
Octal322225255035222252050106
Binary11010010100101011010110101110110010100101010100001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295AD; }

 p { color: rgb(210,149,173); }

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

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

 a { background-color: rgb(210,149,173); }

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

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

 span { border-color: rgb(210,149,173); }

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