Html Css Color HEX #DA9790 Petite Orchid

📋 copy color: '#DA9790'

red 218 ◦ green 151 ◦ blue 144

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

Shades of Petite Orchid #DA9790

Tints of Petite Orchid #DA9790

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.43%

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

R = 42.5%
G = 29.43%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA9790 (or 0xDA9790) is known color: Petite Orchid. HEX triplet: DA, 97 and 90. RGB value is (218,151,144). Sum of RGB (Red+Green+Blue) = 218+151+144=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9790 is #25686F. Grayscale: #AAAAAA. Windows color (decimal): -2451568 or 9476058. OLE color: 9476058.

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

Color convert

RGB 218 151 144 -
CMYK 0 0.31 0.34 0.15
HSL 5.68º 0.5% 0.71% -
HSV(B) 5.68º 0.34% 0.85% -
XYZ 45.01 39.05 31.55 -
YUV 170.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 218 151 144 0 0.31 0.34 0.15 5.68 0.5 0.71
Hex DA 97 90 0 1F 22 F 6 32 47
Octal 332 227 220 0 37 42 17 6 62 107
Binary 11011010 10010111 10010000 0 11111 100010 1111 110 110010 1000111

Color Harmonies of #DA9790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9790

Black with #DA9790

Text Example


Text Example

White with #DA9790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9790; }

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

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

background-color css

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

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

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

border-color css

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

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

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