Html Css Color HEX #DA9589 Petite Orchid

📋 copy color: '#DA9589'

red 218 ◦ green 149 ◦ blue 137

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

Shades of Petite Orchid #DA9589

Tints of Petite Orchid #DA9589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.18%

R = 43.25%
G = 29.56%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA9589 (or 0xDA9589) is known color: Petite Orchid. HEX triplet: DA, 95 and 89. RGB value is (218,149,137). Sum of RGB (Red+Green+Blue) = 218+149+137=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9589 is #256A76. Grayscale: #A8A8A8. Windows color (decimal): -2452087 or 9016794. OLE color: 9016794.

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

Color convert

RGB 218 149 137 -
CMYK 0 0.32 0.37 0.15
HSL 8.89º 0.52% 0.7% -
HSV(B) 8.89º 0.37% 0.85% -
XYZ 44.18 38.21 28.71 -
YUV 168.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 218 149 137 0 0.32 0.37 0.15 8.89 0.52 0.7
Hex DA 95 89 0 20 25 F 9 34 46
Octal 332 225 211 0 40 45 17 11 64 106
Binary 11011010 10010101 10001001 0 100000 100101 1111 1001 110100 1000110

Color Harmonies of #DA9589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9589

Black with #DA9589

Text Example


Text Example

White with #DA9589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9589; }

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

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

background-color css

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

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

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

border-color css

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

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

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