Html Css Color HEX #DA9593 Petite Orchid

📋 copy color: '#DA9593'

red 218 ◦ green 149 ◦ blue 147

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

Shades of Petite Orchid #DA9593

Tints of Petite Orchid #DA9593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

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

R = 42.41%
G = 28.99%
B = 28.6%

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

#DA9593 (or 0xDA9593) is known color: Petite Orchid. HEX triplet: DA, 95 and 93. RGB value is (218,149,147). Sum of RGB (Red+Green+Blue) = 218+149+147=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9593 is #256A6C. Grayscale: #A9A9A9. Windows color (decimal): -2452077 or 9672154. OLE color: 9672154.

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

Color convert

RGB 218 149 147 -
CMYK 0 0.32 0.33 0.15
HSL 1.69º 0.49% 0.72% -
HSV(B) 1.69º 0.33% 0.85% -
XYZ 44.93 38.51 32.67 -
YUV 169.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 218 149 147 0 0.32 0.33 0.15 1.69 0.49 0.72
Hex DA 95 93 0 20 21 F 2 31 48
Octal 332 225 223 0 40 41 17 2 61 110
Binary 11011010 10010101 10010011 0 100000 100001 1111 10 110001 1001000

Color Harmonies of #DA9593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9593

Black with #DA9593

Text Example


Text Example

White with #DA9593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9593; }

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

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

background-color css

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

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

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

border-color css

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

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

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