Html Css Color HEX #DA9493 Petite Orchid

📋 copy color: '#DA9493'

red 218 ◦ green 148 ◦ blue 147

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

Shades of Petite Orchid #DA9493

Tints of Petite Orchid #DA9493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.65%

R = 42.5%
G = 28.85%
B = 28.65%

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

#DA9493 (or 0xDA9493) is known color: Petite Orchid. HEX triplet: DA, 94 and 93. RGB value is (218,148,147). Sum of RGB (Red+Green+Blue) = 218+148+147=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9493 is #256B6C. Grayscale: #A8A8A8. Windows color (decimal): -2452333 or 9671898. OLE color: 9671898.

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

Color convert

RGB 218 148 147 -
CMYK 0 0.32 0.33 0.15
HSL 0.85º 0.49% 0.72% -
HSV(B) 0.85º 0.33% 0.85% -
XYZ 44.77 38.19 32.62 -
YUV 168.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 218 148 147 0 0.32 0.33 0.15 0.85 0.49 0.72
Hex DA 94 93 0 20 21 F 1 31 48
Octal 332 224 223 0 40 41 17 1 61 110
Binary 11011010 10010100 10010011 0 100000 100001 1111 1 110001 1001000

Color Harmonies of #DA9493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9493

Black with #DA9493

Text Example


Text Example

White with #DA9493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9493; }

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

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

background-color css

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

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

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

border-color css

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

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

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