Html Css Color HEX #D3908E Petite Orchid

📋 copy color: '#D3908E'

red 211 ◦ green 144 ◦ blue 142

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

Shades of Petite Orchid #D3908E

Tints of Petite Orchid #D3908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.97%

 BLUE value IS 142 (55.86% from 255) = 28.57%

R = 42.45%
G = 28.97%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3908E (or 0xD3908E) is known color: Petite Orchid. HEX triplet: D3, 90 and 8E. RGB value is (211,144,142). Sum of RGB (Red+Green+Blue) = 211+144+142=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D3908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3908E is #2C6F71. Grayscale: #A3A3A3. Windows color (decimal): -2912114 or 9343187. OLE color: 9343187.

HSL color Cylindrical-coordinate representation of color #D3908E: hue angle of 1.74º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3908E is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 144 142 -
CMYK 0 0.32 0.33 0.17
HSL 1.74º 0.44% 0.69% -
HSV(B) 1.74º 0.33% 0.83% -
XYZ 41.72 35.75 30.29 -
YUV 163.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 211 144 142 0 0.32 0.33 0.17 1.74 0.44 0.69
Hex D3 90 8E 0 20 21 11 2 2C 45
Octal 323 220 216 0 40 41 21 2 54 105
Binary 11010011 10010000 10001110 0 100000 100001 10001 10 101100 1000101

Color Harmonies of #D3908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3908E

Black with #D3908E

Text Example


Text Example

White with #D3908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3908E; }

 p { color: rgb(211,144,142); }

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

background-color css

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

 a { background-color: rgb(211,144,142); }

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

border-color css

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

 span { border-color: rgb(211,144,142); }

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