Html Css Color HEX #D9918A Petite Orchid

📋 copy color: '#D9918A'

red 217 ◦ green 145 ◦ blue 138

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

Shades of Petite Orchid #D9918A

Tints of Petite Orchid #D9918A

RGB

 RED value IS 217 (85.16% from 255) = 43.4%

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

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

R = 43.4%
G = 29%
B = 27.6%

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

#D9918A (or 0xD9918A) is known color: Petite Orchid. HEX triplet: D9, 91 and 8A. RGB value is (217,145,138). Sum of RGB (Red+Green+Blue) = 217+145+138=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9918A is #266E75. Grayscale: #A5A5A5. Windows color (decimal): -2518646 or 9081305. OLE color: 9081305.

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

Color convert

RGB 217 145 138 -
CMYK 0 0.33 0.36 0.15
HSL 5.32º 0.51% 0.7% -
HSV(B) 5.32º 0.36% 0.85% -
XYZ 43.33 36.84 28.87 -
YUV 165.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 217 145 138 0 0.33 0.36 0.15 5.32 0.51 0.7
Hex D9 91 8A 0 21 24 F 5 33 46
Octal 331 221 212 0 41 44 17 5 63 106
Binary 11011001 10010001 10001010 0 100001 100100 1111 101 110011 1000110

Color Harmonies of #D9918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9918A

Black with #D9918A

Text Example


Text Example

White with #D9918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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