Html Css Color HEX #D59289 Petite Orchid

📋 copy color: '#D59289'

red 213 ◦ green 146 ◦ blue 137

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

Shades of Petite Orchid #D59289

Tints of Petite Orchid #D59289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.62%

R = 42.94%
G = 29.44%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D59289 (or 0xD59289) is known color: Petite Orchid. HEX triplet: D5, 92 and 89. RGB value is (213,146,137). Sum of RGB (Red+Green+Blue) = 213+146+137=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D59289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59289 is #2A6D76. Grayscale: #A5A5A5. Windows color (decimal): -2780535 or 9016021. OLE color: 9016021.

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

Color convert

RGB 213 146 137 -
CMYK 0 0.31 0.36 0.16
HSL 7.11º 0.48% 0.69% -
HSV(B) 7.11º 0.36% 0.84% -
XYZ 42.23 36.51 28.49 -
YUV 165.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 213 146 137 0 0.31 0.36 0.16 7.11 0.48 0.69
Hex D5 92 89 0 1F 24 10 7 30 45
Octal 325 222 211 0 37 44 20 7 60 105
Binary 11010101 10010010 10001001 0 11111 100100 10000 111 110000 1000101

Color Harmonies of #D59289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59289

Black with #D59289

Text Example


Text Example

White with #D59289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59289; }

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

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

background-color css

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

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

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

border-color css

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

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

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