Html Css Color HEX #D59191 Petite Orchid

📋 copy color: '#D59191'

red 213 ◦ green 145 ◦ blue 145

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

Shades of Petite Orchid #D59191

Tints of Petite Orchid #D59191

RGB

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

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

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

R = 42.35%
G = 28.83%
B = 28.83%

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

#D59191 (or 0xD59191) is known color: Petite Orchid. HEX triplet: D5, 91 and 91. RGB value is (213,145,145). Sum of RGB (Red+Green+Blue) = 213+145+145=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D59191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59191 is #2A6E6E. Grayscale: #A5A5A5. Windows color (decimal): -2780783 or 9540053. OLE color: 9540053.

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

Color convert

RGB 213 145 145 -
CMYK 0 0.32 0.32 0.16
HSL 0.45% 0.7% -
HSV(B) 0.32% 0.84% -
XYZ 42.68 36.44 31.57 -
YUV 165.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 213 145 145 0 0.32 0.32 0.16 0 0.45 0.7
Hex D5 91 91 0 20 20 10 0 2D 46
Octal 325 221 221 0 40 40 20 0 55 106
Binary 11010101 10010001 10010001 0 100000 100000 10000 0 101101 1000110

Color Harmonies of #D59191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59191

Black with #D59191

Text Example


Text Example

White with #D59191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59191; }

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

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

background-color css

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

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

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

border-color css

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

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

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