Html Css Color HEX #D59291 Petite Orchid

📋 copy color: '#D59291'

red 213 ◦ green 146 ◦ blue 145

#D59291
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D59291

Tints of Petite Orchid #D59291

RGB

 RED value IS 213 (83.59% from 255) = 42.26%

 GREEN value IS 146 (57.42% from 255) = 28.97%

 BLUE value IS 145 (57.03% from 255) = 28.77%

R = 42.26%
G = 28.97%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D59291 (or 0xD59291) is known color: Petite Orchid. HEX triplet: D5, 92 and 91. RGB value is (213,146,145). Sum of RGB (Red+Green+Blue) = 213+146+145=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D59291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59291 is #2A6D6E. Grayscale: #A5A5A5. Windows color (decimal): -2780527 or 9540309. OLE color: 9540309.

HSL color Cylindrical-coordinate representation of color #D59291: hue angle of 0.88º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59291 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 146 145 -
CMYK 0 0.31 0.32 0.16
HSL 0.88º 0.45% 0.7% -
HSV(B) 0.88º 0.32% 0.84% -
XYZ 42.83 36.75 31.62 -
YUV 165.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 213 146 145 0 0.31 0.32 0.16 0.88 0.45 0.7
Hex D5 92 91 0 1F 20 10 1 2D 46
Octal 325 222 221 0 37 40 20 1 55 106
Binary 11010101 10010010 10010001 0 11111 100000 10000 1 101101 1000110

Color Harmonies of #D59291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59291

Black with #D59291

Text Example


Text Example

White with #D59291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59291; }

 p { color: rgb(213,146,145); }

 H1.HeaderClassName
 {
   color: #D59291;
 }
 .AnyTagClassName
 {
   color: #D59291;
 }
</style>

background-color css

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

 a { background-color: rgb(213,146,145); }

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

border-color css

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

 span { border-color: rgb(213,146,145); }

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