Html Css Color HEX #D99893 Petite Orchid

📋 copy color: '#D99893'

red 217 ◦ green 152 ◦ blue 147

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

Shades of Petite Orchid #D99893

Tints of Petite Orchid #D99893

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.46%

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

R = 42.05%
G = 29.46%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D99893 (or 0xD99893) is known color: Petite Orchid. HEX triplet: D9, 98 and 93. RGB value is (217,152,147). Sum of RGB (Red+Green+Blue) = 217+152+147=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D99893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99893 is #26676C. Grayscale: #AAAAAA. Windows color (decimal): -2516845 or 9672921. OLE color: 9672921.

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

Color convert

RGB 217 152 147 -
CMYK 0 0.30 0.32 0.15
HSL 4.29º 0.48% 0.71% -
HSV(B) 4.29º 0.32% 0.85% -
XYZ 45.11 39.31 32.81 -
YUV 170.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 217 152 147 0 0.30 0.32 0.15 4.29 0.48 0.71
Hex D9 98 93 0 1E 20 F 4 30 47
Octal 331 230 223 0 36 40 17 4 60 107
Binary 11011001 10011000 10010011 0 11110 100000 1111 100 110000 1000111

Color Harmonies of #D99893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99893

Black with #D99893

Text Example


Text Example

White with #D99893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99893; }

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

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

background-color css

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

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

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

border-color css

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

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

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