Html Css Color HEX #D19191 Petite Orchid

📋 copy color: '#D19191'

red 209 ◦ green 145 ◦ blue 145

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

Shades of Petite Orchid #D19191

Tints of Petite Orchid #D19191

RGB

 RED value IS 209 (82.03% from 255) = 41.88%

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

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

R = 41.88%
G = 29.06%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D19191 (or 0xD19191) is known color: Petite Orchid. HEX triplet: D1, 91 and 91. RGB value is (209,145,145). Sum of RGB (Red+Green+Blue) = 209+145+145=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D19191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19191 is #2E6E6E. Grayscale: #A4A4A4. Windows color (decimal): -3042927 or 9540049. OLE color: 9540049.

HSL color Cylindrical-coordinate representation of color #D19191: hue angle of 0º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D19191 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 145 145 -
CMYK 0 0.31 0.31 0.18
HSL 0.41% 0.69% -
HSV(B) 0.31% 0.82% -
XYZ 41.53 35.85 31.52 -
YUV 164.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 209 145 145 0 0.31 0.31 0.18 0 0.41 0.69
Hex D1 91 91 0 1F 1F 12 0 29 45
Octal 321 221 221 0 37 37 22 0 51 105
Binary 11010001 10010001 10010001 0 11111 11111 10010 0 101001 1000101

Color Harmonies of #D19191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19191

Black with #D19191

Text Example


Text Example

White with #D19191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19191; }

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

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

background-color css

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

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

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

border-color css

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

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

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