Html Css Color HEX #DA9191 Petite Orchid

📋 copy color: '#DA9191'

red 218 ◦ green 145 ◦ blue 145

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

Shades of Petite Orchid #DA9191

Tints of Petite Orchid #DA9191

RGB

 RED value IS 218 (85.55% from 255) = 42.91%

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

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

R = 42.91%
G = 28.54%
B = 28.54%

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

#DA9191 (or 0xDA9191) is known color: Petite Orchid. HEX triplet: DA, 91 and 91. RGB value is (218,145,145). Sum of RGB (Red+Green+Blue) = 218+145+145=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9191 is #256E6E. Grayscale: #A6A6A6. Windows color (decimal): -2453103 or 9540058. OLE color: 9540058.

HSL color Cylindrical-coordinate representation of color #DA9191: hue angle of 0º degrees, saturation: 0.5, 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 #DA9191 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 145 145 -
CMYK 0 0.33 0.33 0.15
HSL 0.5% 0.71% -
HSV(B) 0.33% 0.85% -
XYZ 44.15 37.2 31.64 -
YUV 166.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 218 145 145 0 0.33 0.33 0.15 0 0.5 0.71
Hex DA 91 91 0 21 21 F 0 32 47
Octal 332 221 221 0 41 41 17 0 62 107
Binary 11011010 10010001 10010001 0 100001 100001 1111 0 110010 1000111

Color Harmonies of #DA9191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9191

Black with #DA9191

Text Example


Text Example

White with #DA9191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9191; }

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

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

background-color css

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

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

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

border-color css

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

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

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