Html Css Color HEX #D39593 Petite Orchid

📋 copy color: '#D39593'

red 211 ◦ green 149 ◦ blue 147

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

Shades of Petite Orchid #D39593

Tints of Petite Orchid #D39593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.99%

R = 41.62%
G = 29.39%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D39593 (or 0xD39593) is known color: Petite Orchid. HEX triplet: D3, 95 and 93. RGB value is (211,149,147). Sum of RGB (Red+Green+Blue) = 211+149+147=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D39593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39593 is #2C6A6C. Grayscale: #A7A7A7. Windows color (decimal): -2910829 or 9672147. OLE color: 9672147.

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

Color convert

RGB 211 149 147 -
CMYK 0 0.29 0.30 0.17
HSL 1.88º 0.42% 0.7% -
HSV(B) 1.88º 0.3% 0.83% -
XYZ 42.88 37.45 32.57 -
YUV 167.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 211 149 147 0 0.29 0.30 0.17 1.88 0.42 0.7
Hex D3 95 93 0 1D 1E 11 2 2A 46
Octal 323 225 223 0 35 36 21 2 52 106
Binary 11010011 10010101 10010011 0 11101 11110 10001 10 101010 1000110

Color Harmonies of #D39593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39593

Black with #D39593

Text Example


Text Example

White with #D39593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39593; }

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

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

background-color css

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

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

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

border-color css

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

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

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