Html Css Color HEX #D8928A Petite Orchid

📋 copy color: '#D8928A'

red 216 ◦ green 146 ◦ blue 138

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

Shades of Petite Orchid #D8928A

Tints of Petite Orchid #D8928A

RGB

 RED value IS 216 (84.77% from 255) = 43.2%

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

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

R = 43.2%
G = 29.2%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8928A (or 0xD8928A) is known color: Petite Orchid. HEX triplet: D8, 92 and 8A. RGB value is (216,146,138). Sum of RGB (Red+Green+Blue) = 216+146+138=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D8928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8928A is #276D75. Grayscale: #A6A6A6. Windows color (decimal): -2583926 or 9081560. OLE color: 9081560.

HSL color Cylindrical-coordinate representation of color #D8928A: hue angle of 6.15º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8928A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 146 138 -
CMYK 0 0.32 0.36 0.15
HSL 6.15º 0.5% 0.69% -
HSV(B) 6.15º 0.36% 0.85% -
XYZ 43.19 36.99 28.91 -
YUV 166.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 216 146 138 0 0.32 0.36 0.15 6.15 0.5 0.69
Hex D8 92 8A 0 20 24 F 6 32 45
Octal 330 222 212 0 40 44 17 6 62 105
Binary 11011000 10010010 10001010 0 100000 100100 1111 110 110010 1000101

Color Harmonies of #D8928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8928A

Black with #D8928A

Text Example


Text Example

White with #D8928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8928A; }

 p { color: rgb(216,146,138); }

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

background-color css

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

 a { background-color: rgb(216,146,138); }

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

border-color css

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

 span { border-color: rgb(216,146,138); }

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