Html Css Color HEX #DA9291 Petite Orchid

📋 copy color: '#DA9291'

red 218 ◦ green 146 ◦ blue 145

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

Shades of Petite Orchid #DA9291

Tints of Petite Orchid #DA9291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.68%

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

R = 42.83%
G = 28.68%
B = 28.49%

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

#DA9291 (or 0xDA9291) is known color: Petite Orchid. HEX triplet: DA, 92 and 91. RGB value is (218,146,145). Sum of RGB (Red+Green+Blue) = 218+146+145=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9291 is #256D6E. Grayscale: #A7A7A7. Windows color (decimal): -2452847 or 9540314. OLE color: 9540314.

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

Color convert

RGB 218 146 145 -
CMYK 0 0.33 0.33 0.15
HSL 0.82º 0.5% 0.71% -
HSV(B) 0.82º 0.33% 0.85% -
XYZ 44.3 37.51 31.69 -
YUV 167.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 218 146 145 0 0.33 0.33 0.15 0.82 0.5 0.71
Hex DA 92 91 0 21 21 F 1 32 47
Octal 332 222 221 0 41 41 17 1 62 107
Binary 11011010 10010010 10010001 0 100001 100001 1111 1 110010 1000111

Color Harmonies of #DA9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9291

Black with #DA9291

Text Example


Text Example

White with #DA9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9291; }

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

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

background-color css

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

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

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

border-color css

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

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

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