Html Css Color HEX #D99191 Petite Orchid

📋 copy color: '#D99191'

red 217 ◦ green 145 ◦ blue 145

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

Shades of Petite Orchid #D99191

Tints of Petite Orchid #D99191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.6%

 BLUE value IS 145 (57.03% from 255) = 28.6%

R = 42.8%
G = 28.6%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D99191 (or 0xD99191) is known color: Petite Orchid. HEX triplet: D9, 91 and 91. RGB value is (217,145,145). Sum of RGB (Red+Green+Blue) = 217+145+145=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D99191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99191 is #266E6E. Grayscale: #A6A6A6. Windows color (decimal): -2518639 or 9540057. OLE color: 9540057.

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

Color convert

RGB 217 145 145 -
CMYK 0 0.33 0.33 0.15
HSL 0.49% 0.71% -
HSV(B) 0.33% 0.85% -
XYZ 43.85 37.05 31.63 -
YUV 166.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 217 145 145 0 0.33 0.33 0.15 0 0.49 0.71
Hex D9 91 91 0 21 21 F 0 31 47
Octal 331 221 221 0 41 41 17 0 61 107
Binary 11011001 10010001 10010001 0 100001 100001 1111 0 110001 1000111

Color Harmonies of #D99191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99191

Black with #D99191

Text Example


Text Example

White with #D99191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99191; }

 p { color: rgb(217,145,145); }

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

background-color css

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

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

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

border-color css

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

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

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