Html Css Color HEX #D8908F Petite Orchid

📋 copy color: '#D8908F'

red 216 ◦ green 144 ◦ blue 143

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

Shades of Petite Orchid #D8908F

Tints of Petite Orchid #D8908F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.63%

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

R = 42.94%
G = 28.63%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8908F (or 0xD8908F) is known color: Petite Orchid. HEX triplet: D8, 90 and 8F. RGB value is (216,144,143). Sum of RGB (Red+Green+Blue) = 216+144+143=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8908F is #276F70. Grayscale: #A5A5A5. Windows color (decimal): -2584433 or 9408728. OLE color: 9408728.

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

Color convert

RGB 216 144 143 -
CMYK 0 0.33 0.34 0.15
HSL 0.82º 0.48% 0.7% -
HSV(B) 0.82º 0.34% 0.85% -
XYZ 43.25 36.53 30.76 -
YUV 165.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 216 144 143 0 0.33 0.34 0.15 0.82 0.48 0.7
Hex D8 90 8F 0 21 22 F 1 30 46
Octal 330 220 217 0 41 42 17 1 60 106
Binary 11011000 10010000 10001111 0 100001 100010 1111 1 110000 1000110

Color Harmonies of #D8908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8908F

Black with #D8908F

Text Example


Text Example

White with #D8908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8908F; }

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

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

background-color css

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

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

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

border-color css

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

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

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