Html Css Color HEX #DA9794 Petite Orchid

📋 copy color: '#DA9794'

red 218 ◦ green 151 ◦ blue 148

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

Shades of Petite Orchid #DA9794

Tints of Petite Orchid #DA9794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.21%

 BLUE value IS 148 (58.2% from 255) = 28.63%

R = 42.17%
G = 29.21%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA9794 (or 0xDA9794) is known color: Petite Orchid. HEX triplet: DA, 97 and 94. RGB value is (218,151,148). Sum of RGB (Red+Green+Blue) = 218+151+148=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9794 is #25686B. Grayscale: #AAAAAA. Windows color (decimal): -2451564 or 9738202. OLE color: 9738202.

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

Color convert

RGB 218 151 148 -
CMYK 0 0.31 0.32 0.15
HSL 2.57º 0.49% 0.72% -
HSV(B) 2.57º 0.32% 0.85% -
XYZ 45.33 39.18 33.19 -
YUV 170.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 218 151 148 0 0.31 0.32 0.15 2.57 0.49 0.72
Hex DA 97 94 0 1F 20 F 3 31 48
Octal 332 227 224 0 37 40 17 3 61 110
Binary 11011010 10010111 10010100 0 11111 100000 1111 11 110001 1001000

Color Harmonies of #DA9794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9794

Black with #DA9794

Text Example


Text Example

White with #DA9794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9794; }

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

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

background-color css

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

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

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

border-color css

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

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

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