Html Css Color HEX #DA9390 Petite Orchid

📋 copy color: '#DA9390'

red 218 ◦ green 147 ◦ blue 144

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

Shades of Petite Orchid #DA9390

Tints of Petite Orchid #DA9390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.29%

R = 42.83%
G = 28.88%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA9390 (or 0xDA9390) is known color: Petite Orchid. HEX triplet: DA, 93 and 90. RGB value is (218,147,144). Sum of RGB (Red+Green+Blue) = 218+147+144=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9390 is #256C6F. Grayscale: #A7A7A7. Windows color (decimal): -2452592 or 9475034. OLE color: 9475034.

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

Color convert

RGB 218 147 144 -
CMYK 0 0.33 0.34 0.15
HSL 2.43º 0.5% 0.71% -
HSV(B) 2.43º 0.34% 0.85% -
XYZ 44.38 37.79 31.34 -
YUV 167.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 218 147 144 0 0.33 0.34 0.15 2.43 0.5 0.71
Hex DA 93 90 0 21 22 F 2 32 47
Octal 332 223 220 0 41 42 17 2 62 107
Binary 11011010 10010011 10010000 0 100001 100010 1111 10 110010 1000111

Color Harmonies of #DA9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9390

Black with #DA9390

Text Example


Text Example

White with #DA9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9390; }

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

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

background-color css

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

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

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

border-color css

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

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

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