Html Css Color HEX #DA9490 Petite Orchid

📋 copy color: '#DA9490'

red 218 ◦ green 148 ◦ blue 144

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

Shades of Petite Orchid #DA9490

Tints of Petite Orchid #DA9490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.02%

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

R = 42.75%
G = 29.02%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA9490 (or 0xDA9490) is known color: Petite Orchid. HEX triplet: DA, 94 and 90. RGB value is (218,148,144). Sum of RGB (Red+Green+Blue) = 218+148+144=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9490 is #256B6F. Grayscale: #A8A8A8. Windows color (decimal): -2452336 or 9475290. OLE color: 9475290.

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

Color convert

RGB 218 148 144 -
CMYK 0 0.32 0.34 0.15
HSL 3.24º 0.5% 0.71% -
HSV(B) 3.24º 0.34% 0.85% -
XYZ 44.54 38.1 31.39 -
YUV 168.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 218 148 144 0 0.32 0.34 0.15 3.24 0.5 0.71
Hex DA 94 90 0 20 22 F 3 32 47
Octal 332 224 220 0 40 42 17 3 62 107
Binary 11011010 10010100 10010000 0 100000 100010 1111 11 110010 1000111

Color Harmonies of #DA9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9490

Black with #DA9490

Text Example


Text Example

White with #DA9490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9490; }

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

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

background-color css

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

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

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

border-color css

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

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

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