Html Css Color HEX #D99594 Petite Orchid

📋 copy color: '#D99594'

red 217 ◦ green 149 ◦ blue 148

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

Shades of Petite Orchid #D99594

Tints of Petite Orchid #D99594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

 BLUE value IS 148 (58.2% from 255) = 28.79%

R = 42.22%
G = 28.99%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D99594 (or 0xD99594) is known color: Petite Orchid. HEX triplet: D9, 95 and 94. RGB value is (217,149,148). Sum of RGB (Red+Green+Blue) = 217+149+148=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D99594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99594 is #266A6B. Grayscale: #A9A9A9. Windows color (decimal): -2517612 or 9737689. OLE color: 9737689.

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

Color convert

RGB 217 149 148 -
CMYK 0 0.31 0.32 0.15
HSL 0.87º 0.48% 0.72% -
HSV(B) 0.87º 0.32% 0.85% -
XYZ 44.71 38.38 33.07 -
YUV 169.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 217 149 148 0 0.31 0.32 0.15 0.87 0.48 0.72
Hex D9 95 94 0 1F 20 F 1 30 48
Octal 331 225 224 0 37 40 17 1 60 110
Binary 11011001 10010101 10010100 0 11111 100000 1111 1 110000 1001000

Color Harmonies of #D99594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99594

Black with #D99594

Text Example


Text Example

White with #D99594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99594; }

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

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

background-color css

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

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

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

border-color css

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

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

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