Html Css Color HEX #D99493 Petite Orchid

📋 copy color: '#D99493'

red 217 ◦ green 148 ◦ blue 147

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

Shades of Petite Orchid #D99493

Tints of Petite Orchid #D99493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.91%

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

R = 42.38%
G = 28.91%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D99493 (or 0xD99493) is known color: Petite Orchid. HEX triplet: D9, 94 and 93. RGB value is (217,148,147). Sum of RGB (Red+Green+Blue) = 217+148+147=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D99493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99493 is #266B6C. Grayscale: #A8A8A8. Windows color (decimal): -2517869 or 9671897. OLE color: 9671897.

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

Color convert

RGB 217 148 147 -
CMYK 0 0.32 0.32 0.15
HSL 0.86º 0.48% 0.71% -
HSV(B) 0.86º 0.32% 0.85% -
XYZ 44.47 38.04 32.6 -
YUV 168.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 217 148 147 0 0.32 0.32 0.15 0.86 0.48 0.71
Hex D9 94 93 0 20 20 F 1 30 47
Octal 331 224 223 0 40 40 17 1 60 107
Binary 11011001 10010100 10010011 0 100000 100000 1111 1 110000 1000111

Color Harmonies of #D99493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99493

Black with #D99493

Text Example


Text Example

White with #D99493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99493; }

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

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

background-color css

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

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

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

border-color css

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

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

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