#D29595

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

Shades of Petite Orchid #D29595

Tints of Petite Orchid #D29595

Color information

#D29595 (or 0xD29595) is unknown color: approx Petite Orchid. HEX triplet: D2, 95 and 95. RGB value is (210,149,149). Sum of RGB (Red+Green+Blue) = 210+149+149=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D29595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29595 is #2D6A6A. Grayscale: #A7A7A7. Windows color (decimal): -2976363 or 9803218. OLE color: 9803218.

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

Color convert

RGB210149149-
CMYK00.290.290.18
HSL40.4%70.39%-
HSV(B)29.05%82.35%-
XYZ42.7537.3733.39-
YUV167.24117.71158.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.34%
GREEN value IS 149 (58.59% from 255) = 29.33%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=41.34%
G=29.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014914900.290.290.18040.470.39
HexD2959501D1D1202846
Octal3222252250353522050106
Binary110100101001010110010101011101111011001001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29595; }

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

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

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

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

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

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

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

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