Html Css Color HEX #DA9587 Petite Orchid

📋 copy color: '#DA9587'

red 218 ◦ green 149 ◦ blue 135

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

Shades of Petite Orchid #DA9587

Tints of Petite Orchid #DA9587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.89%

R = 43.43%
G = 29.68%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA9587 (or 0xDA9587) is known color: Petite Orchid. HEX triplet: DA, 95 and 87. RGB value is (218,149,135). Sum of RGB (Red+Green+Blue) = 218+149+135=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9587 is #256A78. Grayscale: #A8A8A8. Windows color (decimal): -2452089 or 8885722. OLE color: 8885722.

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

Color convert

RGB 218 149 135 -
CMYK 0 0.32 0.38 0.15
HSL 10.12º 0.53% 0.69% -
HSV(B) 10.12º 0.38% 0.85% -
XYZ 44.03 38.15 27.96 -
YUV 168.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 218 149 135 0 0.32 0.38 0.15 10.12 0.53 0.69
Hex DA 95 87 0 20 26 F A 35 45
Octal 332 225 207 0 40 46 17 12 65 105
Binary 11011010 10010101 10000111 0 100000 100110 1111 1010 110101 1000101

Color Harmonies of #DA9587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9587

Black with #DA9587

Text Example


Text Example

White with #DA9587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9587; }

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

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

background-color css

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

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

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

border-color css

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

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

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