Html Css Color HEX #DA9494 Petite Orchid

📋 copy color: '#DA9494'

red 218 ◦ green 148 ◦ blue 148

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

Shades of Petite Orchid #DA9494

Tints of Petite Orchid #DA9494

RGB

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

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

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

R = 42.41%
G = 28.79%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA9494 (or 0xDA9494) is known color: Petite Orchid. HEX triplet: DA, 94 and 94. RGB value is (218,148,148). Sum of RGB (Red+Green+Blue) = 218+148+148=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9494 is #256B6B. Grayscale: #A8A8A8. Windows color (decimal): -2452332 or 9737434. OLE color: 9737434.

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

Color convert

RGB 218 148 148 -
CMYK 0 0.32 0.32 0.15
HSL 0.49% 0.72% -
HSV(B) 0.32% 0.85% -
XYZ 44.85 38.22 33.03 -
YUV 168.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 218 148 148 0 0.32 0.32 0.15 0 0.49 0.72
Hex DA 94 94 0 20 20 F 0 31 48
Octal 332 224 224 0 40 40 17 0 61 110
Binary 11011010 10010100 10010100 0 100000 100000 1111 0 110001 1001000

Color Harmonies of #DA9494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9494

Black with #DA9494

Text Example


Text Example

White with #DA9494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9494; }

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

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

background-color css

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

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

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

border-color css

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

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

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