Html Css Color HEX #D59290 Petite Orchid

📋 copy color: '#D59290'

red 213 ◦ green 146 ◦ blue 144

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

Shades of Petite Orchid #D59290

Tints of Petite Orchid #D59290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.63%

R = 42.35%
G = 29.03%
B = 28.63%

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

#D59290 (or 0xD59290) is known color: Petite Orchid. HEX triplet: D5, 92 and 90. RGB value is (213,146,144). Sum of RGB (Red+Green+Blue) = 213+146+144=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D59290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59290 is #2A6D6F. Grayscale: #A5A5A5. Windows color (decimal): -2780528 or 9474773. OLE color: 9474773.

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

Color convert

RGB 213 146 144 -
CMYK 0 0.31 0.32 0.16
HSL 1.74º 0.45% 0.7% -
HSV(B) 1.74º 0.32% 0.84% -
XYZ 42.75 36.72 31.22 -
YUV 165.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 213 146 144 0 0.31 0.32 0.16 1.74 0.45 0.7
Hex D5 92 90 0 1F 20 10 2 2D 46
Octal 325 222 220 0 37 40 20 2 55 106
Binary 11010101 10010010 10010000 0 11111 100000 10000 10 101101 1000110

Color Harmonies of #D59290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59290

Black with #D59290

Text Example


Text Example

White with #D59290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59290; }

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

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

background-color css

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

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

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

border-color css

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

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

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