#D69595

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

Shades of Petite Orchid #D69595

Tints of Petite Orchid #D69595

Color information

#D69595 (or 0xD69595) is unknown color: approx Petite Orchid. HEX triplet: D6, 95 and 95. RGB value is (214,149,149). Sum of RGB (Red+Green+Blue) = 214+149+149=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D69595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69595 is #296A6A. Grayscale: #A8A8A8. Windows color (decimal): -2714219 or 9803222. OLE color: 9803222.

HSL color Cylindrical-coordinate representation of color #D69595: hue angle of 0º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69595 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214149149-
CMYK00.300.300.16
HSL44.22%71.18%-
HSV(B)30.37%83.92%-
XYZ43.937.9633.45-
YUV168.43117.03160.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=41.80%
G=29.10%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414914900.300.300.16044.2271.18
HexD6959501E1E1002c47
Octal3262252250363620054107
Binary110101101001010110010101011110111101000001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69595; }

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

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

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

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

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

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

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

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