Html Css Color HEX #D8928F Petite Orchid

📋 copy color: '#D8928F'

red 216 ◦ green 146 ◦ blue 143

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

Shades of Petite Orchid #D8928F

Tints of Petite Orchid #D8928F

RGB

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

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

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

R = 42.77%
G = 28.91%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8928F (or 0xD8928F) is known color: Petite Orchid. HEX triplet: D8, 92 and 8F. RGB value is (216,146,143). Sum of RGB (Red+Green+Blue) = 216+146+143=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8928F is #276D70. Grayscale: #A6A6A6. Windows color (decimal): -2583921 or 9409240. OLE color: 9409240.

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

Color convert

RGB 216 146 143 -
CMYK 0 0.32 0.34 0.15
HSL 2.47º 0.48% 0.7% -
HSV(B) 2.47º 0.34% 0.85% -
XYZ 43.56 37.14 30.86 -
YUV 166.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 216 146 143 0 0.32 0.34 0.15 2.47 0.48 0.7
Hex D8 92 8F 0 20 22 F 2 30 46
Octal 330 222 217 0 40 42 17 2 60 106
Binary 11011000 10010010 10001111 0 100000 100010 1111 10 110000 1000110

Color Harmonies of #D8928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8928F

Black with #D8928F

Text Example


Text Example

White with #D8928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8928F; }

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

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

background-color css

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

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

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

border-color css

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

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

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