Html Css Color HEX #D3918D Petite Orchid

📋 copy color: '#D3918D'

red 211 ◦ green 145 ◦ blue 141

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

Shades of Petite Orchid #D3918D

Tints of Petite Orchid #D3918D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.37%

R = 42.45%
G = 29.18%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3918D (or 0xD3918D) is known color: Petite Orchid. HEX triplet: D3, 91 and 8D. RGB value is (211,145,141). Sum of RGB (Red+Green+Blue) = 211+145+141=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D3918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3918D is #2C6E72. Grayscale: #A4A4A4. Windows color (decimal): -2911859 or 9277907. OLE color: 9277907.

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

Color convert

RGB 211 145 141 -
CMYK 0 0.31 0.33 0.17
HSL 3.43º 0.44% 0.69% -
HSV(B) 3.43º 0.33% 0.83% -
XYZ 41.8 36.02 29.95 -
YUV 164.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 211 145 141 0 0.31 0.33 0.17 3.43 0.44 0.69
Hex D3 91 8D 0 1F 21 11 3 2C 45
Octal 323 221 215 0 37 41 21 3 54 105
Binary 11010011 10010001 10001101 0 11111 100001 10001 11 101100 1000101

Color Harmonies of #D3918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3918D

Black with #D3918D

Text Example


Text Example

White with #D3918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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