Html Css Color HEX #D59A8E Petite Orchid

📋 copy color: '#D59A8E'

red 213 ◦ green 154 ◦ blue 142

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

Shades of Petite Orchid #D59A8E

Tints of Petite Orchid #D59A8E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.26%

 BLUE value IS 142 (55.86% from 255) = 27.9%

R = 41.85%
G = 30.26%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D59A8E (or 0xD59A8E) is known color: Petite Orchid. HEX triplet: D5, 9A and 8E. RGB value is (213,154,142). Sum of RGB (Red+Green+Blue) = 213+154+142=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A8E is #2A6571. Grayscale: #AAAAAA. Windows color (decimal): -2778482 or 9345749. OLE color: 9345749.

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

Color convert

RGB 213 154 142 -
CMYK 0 0.28 0.33 0.16
HSL 10.14º 0.46% 0.7% -
HSV(B) 10.14º 0.33% 0.84% -
XYZ 43.88 39.21 30.85 -
YUV 170.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 213 154 142 0 0.28 0.33 0.16 10.14 0.46 0.7
Hex D5 9A 8E 0 1C 21 10 A 2E 46
Octal 325 232 216 0 34 41 20 12 56 106
Binary 11010101 10011010 10001110 0 11100 100001 10000 1010 101110 1000110

Color Harmonies of #D59A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A8E

Black with #D59A8E

Text Example


Text Example

White with #D59A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A8E; }

 p { color: rgb(213,154,142); }

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

background-color css

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

 a { background-color: rgb(213,154,142); }

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

border-color css

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

 span { border-color: rgb(213,154,142); }

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