Html Css Color HEX #D8918A Petite Orchid

📋 copy color: '#D8918A'

red 216 ◦ green 145 ◦ blue 138

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

Shades of Petite Orchid #D8918A

Tints of Petite Orchid #D8918A

RGB

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

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

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

R = 43.29%
G = 29.06%
B = 27.66%

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

#D8918A (or 0xD8918A) is known color: Petite Orchid. HEX triplet: D8, 91 and 8A. RGB value is (216,145,138). Sum of RGB (Red+Green+Blue) = 216+145+138=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8918A is #276E75. Grayscale: #A5A5A5. Windows color (decimal): -2584182 or 9081304. OLE color: 9081304.

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

Color convert

RGB 216 145 138 -
CMYK 0 0.33 0.36 0.15
HSL 5.38º 0.5% 0.69% -
HSV(B) 5.38º 0.36% 0.85% -
XYZ 43.03 36.68 28.86 -
YUV 165.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 216 145 138 0 0.33 0.36 0.15 5.38 0.5 0.69
Hex D8 91 8A 0 21 24 F 5 32 45
Octal 330 221 212 0 41 44 17 5 62 105
Binary 11011000 10010001 10001010 0 100001 100100 1111 101 110010 1000101

Color Harmonies of #D8918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8918A

Black with #D8918A

Text Example


Text Example

White with #D8918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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