Html Css Color HEX #D59591 Petite Orchid

📋 copy color: '#D59591'

red 213 ◦ green 149 ◦ blue 145

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

Shades of Petite Orchid #D59591

Tints of Petite Orchid #D59591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.39%

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

R = 42.01%
G = 29.39%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D59591 (or 0xD59591) is known color: Petite Orchid. HEX triplet: D5, 95 and 91. RGB value is (213,149,145). Sum of RGB (Red+Green+Blue) = 213+149+145=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D59591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59591 is #2A6A6E. Grayscale: #A7A7A7. Windows color (decimal): -2779759 or 9541077. OLE color: 9541077.

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

Color convert

RGB 213 149 145 -
CMYK 0 0.30 0.32 0.16
HSL 3.53º 0.45% 0.7% -
HSV(B) 3.53º 0.32% 0.84% -
XYZ 43.3 37.69 31.78 -
YUV 167.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 213 149 145 0 0.30 0.32 0.16 3.53 0.45 0.7
Hex D5 95 91 0 1E 20 10 4 2D 46
Octal 325 225 221 0 36 40 20 4 55 106
Binary 11010101 10010101 10010001 0 11110 100000 10000 100 101101 1000110

Color Harmonies of #D59591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59591

Black with #D59591

Text Example


Text Example

White with #D59591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59591; }

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

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

background-color css

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

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

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

border-color css

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

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

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