Html Css Color HEX #D99488 Petite Orchid

📋 copy color: '#D99488'

red 217 ◦ green 148 ◦ blue 136

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

Shades of Petite Orchid #D99488

Tints of Petite Orchid #D99488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.15%

R = 43.31%
G = 29.54%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D99488 (or 0xD99488) is known color: Petite Orchid. HEX triplet: D9, 94 and 88. RGB value is (217,148,136). Sum of RGB (Red+Green+Blue) = 217+148+136=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D99488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99488 is #266B77. Grayscale: #A7A7A7. Windows color (decimal): -2517880 or 8951001. OLE color: 8951001.

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

Color convert

RGB 217 148 136 -
CMYK 0 0.32 0.37 0.15
HSL 8.89º 0.52% 0.69% -
HSV(B) 8.89º 0.37% 0.85% -
XYZ 43.65 37.71 28.27 -
YUV 167.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 217 148 136 0 0.32 0.37 0.15 8.89 0.52 0.69
Hex D9 94 88 0 20 25 F 9 34 45
Octal 331 224 210 0 40 45 17 11 64 105
Binary 11011001 10010100 10001000 0 100000 100101 1111 1001 110100 1000101

Color Harmonies of #D99488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99488

Black with #D99488

Text Example


Text Example

White with #D99488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99488; }

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

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

background-color css

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

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

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

border-color css

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

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

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