Html Css Color HEX #D3928C Petite Orchid

📋 copy color: '#D3928C'

red 211 ◦ green 146 ◦ blue 140

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

Shades of Petite Orchid #D3928C

Tints of Petite Orchid #D3928C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.17%

R = 42.45%
G = 29.38%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3928C (or 0xD3928C) is known color: Petite Orchid. HEX triplet: D3, 92 and 8C. RGB value is (211,146,140). Sum of RGB (Red+Green+Blue) = 211+146+140=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D3928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3928C is #2C6D73. Grayscale: #A4A4A4. Windows color (decimal): -2911604 or 9212627. OLE color: 9212627.

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

Color convert

RGB 211 146 140 -
CMYK 0 0.31 0.34 0.17
HSL 5.07º 0.45% 0.69% -
HSV(B) 5.07º 0.34% 0.83% -
XYZ 41.88 36.3 29.61 -
YUV 164.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 211 146 140 0 0.31 0.34 0.17 5.07 0.45 0.69
Hex D3 92 8C 0 1F 22 11 5 2D 45
Octal 323 222 214 0 37 42 21 5 55 105
Binary 11010011 10010010 10001100 0 11111 100010 10001 101 101101 1000101

Color Harmonies of #D3928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3928C

Black with #D3928C

Text Example


Text Example

White with #D3928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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