Html Css Color HEX #D3958A Petite Orchid

📋 copy color: '#D3958A'

red 211 ◦ green 149 ◦ blue 138

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

Shades of Petite Orchid #D3958A

Tints of Petite Orchid #D3958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 42.37%
G = 29.92%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3958A (or 0xD3958A) is known color: Petite Orchid. HEX triplet: D3, 95 and 8A. RGB value is (211,149,138). Sum of RGB (Red+Green+Blue) = 211+149+138=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D3958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3958A is #2C6A75. Grayscale: #A6A6A6. Windows color (decimal): -2910838 or 9082323. OLE color: 9082323.

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

Color convert

RGB 211 149 138 -
CMYK 0 0.29 0.35 0.17
HSL 9.04º 0.45% 0.68% -
HSV(B) 9.04º 0.35% 0.83% -
XYZ 42.2 37.18 29 -
YUV 166.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 211 149 138 0 0.29 0.35 0.17 9.04 0.45 0.68
Hex D3 95 8A 0 1D 23 11 9 2D 44
Octal 323 225 212 0 35 43 21 11 55 104
Binary 11010011 10010101 10001010 0 11101 100011 10001 1001 101101 1000100

Color Harmonies of #D3958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3958A

Black with #D3958A

Text Example


Text Example

White with #D3958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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