Html Css Color HEX #DA9591 Petite Orchid

📋 copy color: '#DA9591'

red 218 ◦ green 149 ◦ blue 145

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

Shades of Petite Orchid #DA9591

Tints of Petite Orchid #DA9591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 42.58%
G = 29.1%
B = 28.32%

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

#DA9591 (or 0xDA9591) is known color: Petite Orchid. HEX triplet: DA, 95 and 91. RGB value is (218,149,145). Sum of RGB (Red+Green+Blue) = 218+149+145=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9591 is #256A6E. Grayscale: #A9A9A9. Windows color (decimal): -2452079 or 9541082. OLE color: 9541082.

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

Color convert

RGB 218 149 145 -
CMYK 0 0.32 0.33 0.15
HSL 3.29º 0.5% 0.71% -
HSV(B) 3.29º 0.33% 0.85% -
XYZ 44.77 38.44 31.85 -
YUV 169.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 218 149 145 0 0.32 0.33 0.15 3.29 0.5 0.71
Hex DA 95 91 0 20 21 F 3 32 47
Octal 332 225 221 0 40 41 17 3 62 107
Binary 11011010 10010101 10010001 0 100000 100001 1111 11 110010 1000111

Color Harmonies of #DA9591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9591

Black with #DA9591

Text Example


Text Example

White with #DA9591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9591; }

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

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

background-color css

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

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

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

border-color css

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

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

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