Html Css Color HEX #DA9A94 Petite Orchid

📋 copy color: '#DA9A94'

red 218 ◦ green 154 ◦ blue 148

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

Shades of Petite Orchid #DA9A94

Tints of Petite Orchid #DA9A94

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.62%

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

R = 41.92%
G = 29.62%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA9A94 (or 0xDA9A94) is known color: Petite Orchid. HEX triplet: DA, 9A and 94. RGB value is (218,154,148). Sum of RGB (Red+Green+Blue) = 218+154+148=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9A94 is #25656B. Grayscale: #ACACAC. Windows color (decimal): -2450796 or 9738970. OLE color: 9738970.

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

Color convert

RGB 218 154 148 -
CMYK 0 0.29 0.32 0.15
HSL 5.14º 0.49% 0.72% -
HSV(B) 5.14º 0.32% 0.85% -
XYZ 45.81 40.15 33.35 -
YUV 172.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 218 154 148 0 0.29 0.32 0.15 5.14 0.49 0.72
Hex DA 9A 94 0 1D 20 F 5 31 48
Octal 332 232 224 0 35 40 17 5 61 110
Binary 11011010 10011010 10010100 0 11101 100000 1111 101 110001 1001000

Color Harmonies of #DA9A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A94

Black with #DA9A94

Text Example


Text Example

White with #DA9A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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