Html Css Color HEX #D3928E Petite Orchid

📋 copy color: '#D3928E'

red 211 ◦ green 146 ◦ blue 142

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

Shades of Petite Orchid #D3928E

Tints of Petite Orchid #D3928E

RGB

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

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

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

R = 42.28%
G = 29.26%
B = 28.46%

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

#D3928E (or 0xD3928E) is known color: Petite Orchid. HEX triplet: D3, 92 and 8E. RGB value is (211,146,142). Sum of RGB (Red+Green+Blue) = 211+146+142=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D3928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3928E is #2C6D71. Grayscale: #A5A5A5. Windows color (decimal): -2911602 or 9343699. OLE color: 9343699.

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

Color convert

RGB 211 146 142 -
CMYK 0 0.31 0.33 0.17
HSL 3.48º 0.44% 0.69% -
HSV(B) 3.48º 0.33% 0.83% -
XYZ 42.03 36.36 30.39 -
YUV 164.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 211 146 142 0 0.31 0.33 0.17 3.48 0.44 0.69
Hex D3 92 8E 0 1F 21 11 3 2C 45
Octal 323 222 216 0 37 41 21 3 54 105
Binary 11010011 10010010 10001110 0 11111 100001 10001 11 101100 1000101

Color Harmonies of #D3928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3928E

Black with #D3928E

Text Example


Text Example

White with #D3928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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