Html Css Color HEX #D8918B Petite Orchid

📋 copy color: '#D8918B'

red 216 ◦ green 145 ◦ blue 139

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

Shades of Petite Orchid #D8918B

Tints of Petite Orchid #D8918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29%

 BLUE value IS 139 (54.69% from 255) = 27.8%

R = 43.2%
G = 29%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8918B (or 0xD8918B) is known color: Petite Orchid. HEX triplet: D8, 91 and 8B. RGB value is (216,145,139). Sum of RGB (Red+Green+Blue) = 216+145+139=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D8918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8918B is #276E74. Grayscale: #A5A5A5. Windows color (decimal): -2584181 or 9146840. OLE color: 9146840.

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

Color convert

RGB 216 145 139 -
CMYK 0 0.33 0.36 0.15
HSL 4.68º 0.5% 0.7% -
HSV(B) 4.68º 0.36% 0.85% -
XYZ 43.1 36.71 29.24 -
YUV 165.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 216 145 139 0 0.33 0.36 0.15 4.68 0.5 0.7
Hex D8 91 8B 0 21 24 F 5 32 46
Octal 330 221 213 0 41 44 17 5 62 106
Binary 11011000 10010001 10001011 0 100001 100100 1111 101 110010 1000110

Color Harmonies of #D8918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8918B

Black with #D8918B

Text Example


Text Example

White with #D8918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8918B; }

 p { color: rgb(216,145,139); }

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

background-color css

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

 a { background-color: rgb(216,145,139); }

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

border-color css

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

 span { border-color: rgb(216,145,139); }

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