Html Css Color HEX #DA9590 Petite Orchid

📋 copy color: '#DA9590'

red 218 ◦ green 149 ◦ blue 144

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

Shades of Petite Orchid #DA9590

Tints of Petite Orchid #DA9590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.18%

R = 42.66%
G = 29.16%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA9590 (or 0xDA9590) is known color: Petite Orchid. HEX triplet: DA, 95 and 90. RGB value is (218,149,144). Sum of RGB (Red+Green+Blue) = 218+149+144=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9590 is #256A6F. Grayscale: #A9A9A9. Windows color (decimal): -2452080 or 9475546. OLE color: 9475546.

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

Color convert

RGB 218 149 144 -
CMYK 0 0.32 0.34 0.15
HSL 4.05º 0.5% 0.71% -
HSV(B) 4.05º 0.34% 0.85% -
XYZ 44.69 38.41 31.44 -
YUV 169.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 218 149 144 0 0.32 0.34 0.15 4.05 0.5 0.71
Hex DA 95 90 0 20 22 F 4 32 47
Octal 332 225 220 0 40 42 17 4 62 107
Binary 11011010 10010101 10010000 0 100000 100010 1111 100 110010 1000111

Color Harmonies of #DA9590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9590

Black with #DA9590

Text Example


Text Example

White with #DA9590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9590; }

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

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

background-color css

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

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

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

border-color css

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

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

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