Html Css Color HEX #D3928F Petite Orchid

📋 copy color: '#D3928F'

red 211 ◦ green 146 ◦ blue 143

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

Shades of Petite Orchid #D3928F

Tints of Petite Orchid #D3928F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.2%

 BLUE value IS 143 (56.25% from 255) = 28.6%

R = 42.2%
G = 29.2%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D3928F (or 0xD3928F) is known color: Petite Orchid. HEX triplet: D3, 92 and 8F. RGB value is (211,146,143). Sum of RGB (Red+Green+Blue) = 211+146+143=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D3928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3928F is #2C6D70. Grayscale: #A5A5A5. Windows color (decimal): -2911601 or 9409235. OLE color: 9409235.

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

Color convert

RGB 211 146 143 -
CMYK 0 0.31 0.32 0.17
HSL 2.65º 0.44% 0.69% -
HSV(B) 2.65º 0.32% 0.83% -
XYZ 42.1 36.39 30.79 -
YUV 165.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 211 146 143 0 0.31 0.32 0.17 2.65 0.44 0.69
Hex D3 92 8F 0 1F 20 11 3 2C 45
Octal 323 222 217 0 37 40 21 3 54 105
Binary 11010011 10010010 10001111 0 11111 100000 10001 11 101100 1000101

Color Harmonies of #D3928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3928F

Black with #D3928F

Text Example


Text Example

White with #D3928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3928F; }

 p { color: rgb(211,146,143); }

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

background-color css

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

 a { background-color: rgb(211,146,143); }

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

border-color css

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

 span { border-color: rgb(211,146,143); }

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