Html Css Color HEX #D8928D Petite Orchid

📋 copy color: '#D8928D'

red 216 ◦ green 146 ◦ blue 141

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

Shades of Petite Orchid #D8928D

Tints of Petite Orchid #D8928D

RGB

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

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

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

R = 42.94%
G = 29.03%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8928D (or 0xD8928D) is known color: Petite Orchid. HEX triplet: D8, 92 and 8D. RGB value is (216,146,141). Sum of RGB (Red+Green+Blue) = 216+146+141=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8928D is #276D72. Grayscale: #A6A6A6. Windows color (decimal): -2583923 or 9278168. OLE color: 9278168.

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

Color convert

RGB 216 146 141 -
CMYK 0 0.32 0.35 0.15
HSL 0.49% 0.7% -
HSV(B) 0.35% 0.85% -
XYZ 43.41 37.08 30.07 -
YUV 166.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 216 146 141 0 0.32 0.35 0.15 4 0.49 0.7
Hex D8 92 8D 0 20 23 F 4 31 46
Octal 330 222 215 0 40 43 17 4 61 106
Binary 11011000 10010010 10001101 0 100000 100011 1111 100 110001 1000110

Color Harmonies of #D8928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8928D

Black with #D8928D

Text Example


Text Example

White with #D8928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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