Html Css Color HEX #DA9491 Petite Orchid

📋 copy color: '#DA9491'

red 218 ◦ green 148 ◦ blue 145

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

Shades of Petite Orchid #DA9491

Tints of Petite Orchid #DA9491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.96%

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

R = 42.66%
G = 28.96%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA9491 (or 0xDA9491) is known color: Petite Orchid. HEX triplet: DA, 94 and 91. RGB value is (218,148,145). Sum of RGB (Red+Green+Blue) = 218+148+145=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9491 is #256B6E. Grayscale: #A8A8A8. Windows color (decimal): -2452335 or 9540826. OLE color: 9540826.

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

Color convert

RGB 218 148 145 -
CMYK 0 0.32 0.33 0.15
HSL 2.47º 0.5% 0.71% -
HSV(B) 2.47º 0.33% 0.85% -
XYZ 44.61 38.13 31.8 -
YUV 168.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 218 148 145 0 0.32 0.33 0.15 2.47 0.5 0.71
Hex DA 94 91 0 20 21 F 2 32 47
Octal 332 224 221 0 40 41 17 2 62 107
Binary 11011010 10010100 10010001 0 100000 100001 1111 10 110010 1000111

Color Harmonies of #DA9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9491

Black with #DA9491

Text Example


Text Example

White with #DA9491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9491; }

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

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

background-color css

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

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

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

border-color css

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

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

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