Html Css Color HEX #D3918A Petite Orchid

📋 copy color: '#D3918A'

red 211 ◦ green 145 ◦ blue 138

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

Shades of Petite Orchid #D3918A

Tints of Petite Orchid #D3918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.35%

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

R = 42.71%
G = 29.35%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3918A (or 0xD3918A) is known color: Petite Orchid. HEX triplet: D3, 91 and 8A. RGB value is (211,145,138). Sum of RGB (Red+Green+Blue) = 211+145+138=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D3918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3918A is #2C6E75. Grayscale: #A4A4A4. Windows color (decimal): -2911862 or 9081299. OLE color: 9081299.

HSL color Cylindrical-coordinate representation of color #D3918A: hue angle of 5.75º 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 #D3918A is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 145 138 -
CMYK 0 0.31 0.35 0.17
HSL 5.75º 0.45% 0.68% -
HSV(B) 5.75º 0.35% 0.83% -
XYZ 41.58 35.93 28.79 -
YUV 163.94 113.37 161.57 -
System Red Green Blue C M Y K H S L
Decimal 211 145 138 0 0.31 0.35 0.17 5.75 0.45 0.68
Hex D3 91 8A 0 1F 23 11 6 2D 44
Octal 323 221 212 0 37 43 21 6 55 104
Binary 11010011 10010001 10001010 0 11111 100011 10001 110 101101 1000100

Color Harmonies of #D3918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3918A

Black with #D3918A

Text Example


Text Example

White with #D3918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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