Html Css Color HEX #DA9392 Petite Orchid

📋 copy color: '#DA9392'

red 218 ◦ green 147 ◦ blue 146

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

Shades of Petite Orchid #DA9392

Tints of Petite Orchid #DA9392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.57%

R = 42.66%
G = 28.77%
B = 28.57%

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

#DA9392 (or 0xDA9392) is known color: Petite Orchid. HEX triplet: DA, 93 and 92. RGB value is (218,147,146). Sum of RGB (Red+Green+Blue) = 218+147+146=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9392 is #256C6D. Grayscale: #A8A8A8. Windows color (decimal): -2452590 or 9606106. OLE color: 9606106.

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

Color convert

RGB 218 147 146 -
CMYK 0 0.33 0.33 0.15
HSL 0.83º 0.49% 0.71% -
HSV(B) 0.83º 0.33% 0.85% -
XYZ 44.54 37.85 32.15 -
YUV 168.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 218 147 146 0 0.33 0.33 0.15 0.83 0.49 0.71
Hex DA 93 92 0 21 21 F 1 31 47
Octal 332 223 222 0 41 41 17 1 61 107
Binary 11011010 10010011 10010010 0 100001 100001 1111 1 110001 1000111

Color Harmonies of #DA9392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9392

Black with #DA9392

Text Example


Text Example

White with #DA9392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9392; }

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

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

background-color css

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

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

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

border-color css

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

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

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