Html Css Color HEX #DA9391 Petite Orchid

📋 copy color: '#DA9391'

red 218 ◦ green 147 ◦ blue 145

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

Shades of Petite Orchid #DA9391

Tints of Petite Orchid #DA9391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.82%

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

R = 42.75%
G = 28.82%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA9391 (or 0xDA9391) is known color: Petite Orchid. HEX triplet: DA, 93 and 91. RGB value is (218,147,145). Sum of RGB (Red+Green+Blue) = 218+147+145=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9391 is #256C6E. Grayscale: #A8A8A8. Windows color (decimal): -2452591 or 9540570. OLE color: 9540570.

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

Color convert

RGB 218 147 145 -
CMYK 0 0.33 0.33 0.15
HSL 1.64º 0.5% 0.71% -
HSV(B) 1.64º 0.33% 0.85% -
XYZ 44.46 37.82 31.74 -
YUV 168 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 218 147 145 0 0.33 0.33 0.15 1.64 0.5 0.71
Hex DA 93 91 0 21 21 F 2 32 47
Octal 332 223 221 0 41 41 17 2 62 107
Binary 11011010 10010011 10010001 0 100001 100001 1111 10 110010 1000111

Color Harmonies of #DA9391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9391

Black with #DA9391

Text Example


Text Example

White with #DA9391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9391; }

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

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

background-color css

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

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

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

border-color css

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

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

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