Html Css Color HEX #D99A93 Petite Orchid

📋 copy color: '#D99A93'

red 217 ◦ green 154 ◦ blue 147

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

Shades of Petite Orchid #D99A93

Tints of Petite Orchid #D99A93

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.73%

 BLUE value IS 147 (57.81% from 255) = 28.38%

R = 41.89%
G = 29.73%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D99A93 (or 0xD99A93) is known color: Petite Orchid. HEX triplet: D9, 9A and 93. RGB value is (217,154,147). Sum of RGB (Red+Green+Blue) = 217+154+147=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A93 is #26656C. Grayscale: #ACACAC. Windows color (decimal): -2516333 or 9673433. OLE color: 9673433.

HSL color Cylindrical-coordinate representation of color #D99A93: hue angle of 6º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99A93 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 154 147 -
CMYK 0 0.29 0.32 0.15
HSL 0.48% 0.71% -
HSV(B) 0.32% 0.85% -
XYZ 45.44 39.97 32.92 -
YUV 172.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 217 154 147 0 0.29 0.32 0.15 6 0.48 0.71
Hex D9 9A 93 0 1D 20 F 6 30 47
Octal 331 232 223 0 35 40 17 6 60 107
Binary 11011001 10011010 10010011 0 11101 100000 1111 110 110000 1000111

Color Harmonies of #D99A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A93

Black with #D99A93

Text Example


Text Example

White with #D99A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A93; }

 p { color: rgb(217,154,147); }

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

background-color css

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

 a { background-color: rgb(217,154,147); }

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

border-color css

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

 span { border-color: rgb(217,154,147); }

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