Html Css Color HEX #D59190 Petite Orchid

📋 copy color: '#D59190'

red 213 ◦ green 145 ◦ blue 144

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

Shades of Petite Orchid #D59190

Tints of Petite Orchid #D59190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.88%

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

R = 42.43%
G = 28.88%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D59190 (or 0xD59190) is known color: Petite Orchid. HEX triplet: D5, 91 and 90. RGB value is (213,145,144). Sum of RGB (Red+Green+Blue) = 213+145+144=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D59190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59190 is #2A6E6F. Grayscale: #A5A5A5. Windows color (decimal): -2780784 or 9474517. OLE color: 9474517.

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

Color convert

RGB 213 145 144 -
CMYK 0 0.32 0.32 0.16
HSL 0.87º 0.45% 0.7% -
HSV(B) 0.87º 0.32% 0.84% -
XYZ 42.6 36.41 31.17 -
YUV 165.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 213 145 144 0 0.32 0.32 0.16 0.87 0.45 0.7
Hex D5 91 90 0 20 20 10 1 2D 46
Octal 325 221 220 0 40 40 20 1 55 106
Binary 11010101 10010001 10010000 0 100000 100000 10000 1 101101 1000110

Color Harmonies of #D59190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59190

Black with #D59190

Text Example


Text Example

White with #D59190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59190; }

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

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

background-color css

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

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

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

border-color css

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

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

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