Html Css Color HEX #D39591 Petite Orchid

📋 copy color: '#D39591'

red 211 ◦ green 149 ◦ blue 145

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

Shades of Petite Orchid #D39591

Tints of Petite Orchid #D39591

RGB

 RED value IS 211 (82.81% from 255) = 41.78%

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

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

R = 41.78%
G = 29.5%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D39591 (or 0xD39591) is known color: Petite Orchid. HEX triplet: D3, 95 and 91. RGB value is (211,149,145). Sum of RGB (Red+Green+Blue) = 211+149+145=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 211 - color contains mainly: red. Hex color #D39591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39591 is #2C6A6E. Grayscale: #A7A7A7. Windows color (decimal): -2910831 or 9541075. OLE color: 9541075.

HSL color Cylindrical-coordinate representation of color #D39591: hue angle of 3.64º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D39591 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 149 145 -
CMYK 0 0.29 0.31 0.17
HSL 3.64º 0.43% 0.7% -
HSV(B) 3.64º 0.31% 0.83% -
XYZ 42.72 37.39 31.75 -
YUV 167.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 211 149 145 0 0.29 0.31 0.17 3.64 0.43 0.7
Hex D3 95 91 0 1D 1F 11 4 2B 46
Octal 323 225 221 0 35 37 21 4 53 106
Binary 11010011 10010101 10010001 0 11101 11111 10001 100 101011 1000110

Color Harmonies of #D39591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39591

Black with #D39591

Text Example


Text Example

White with #D39591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39591; }

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

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

background-color css

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

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

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

border-color css

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

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

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