Html Css Color HEX #D9918D Petite Orchid

📋 copy color: '#D9918D'

red 217 ◦ green 145 ◦ blue 141

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

Shades of Petite Orchid #D9918D

Tints of Petite Orchid #D9918D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.03%

R = 43.14%
G = 28.83%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9918D (or 0xD9918D) is known color: Petite Orchid. HEX triplet: D9, 91 and 8D. RGB value is (217,145,141). Sum of RGB (Red+Green+Blue) = 217+145+141=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9918D is #266E72. Grayscale: #A6A6A6. Windows color (decimal): -2518643 or 9277913. OLE color: 9277913.

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

Color convert

RGB 217 145 141 -
CMYK 0 0.33 0.35 0.15
HSL 3.16º 0.5% 0.7% -
HSV(B) 3.16º 0.35% 0.85% -
XYZ 43.55 36.93 30.03 -
YUV 166.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 217 145 141 0 0.33 0.35 0.15 3.16 0.5 0.7
Hex D9 91 8D 0 21 23 F 3 32 46
Octal 331 221 215 0 41 43 17 3 62 106
Binary 11011001 10010001 10001101 0 100001 100011 1111 11 110010 1000110

Color Harmonies of #D9918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9918D

Black with #D9918D

Text Example


Text Example

White with #D9918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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