Html Css Color HEX #DA9A8F Petite Orchid

📋 copy color: '#DA9A8F'

red 218 ◦ green 154 ◦ blue 143

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

Shades of Petite Orchid #DA9A8F

Tints of Petite Orchid #DA9A8F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.9%

 BLUE value IS 143 (56.25% from 255) = 27.77%

R = 42.33%
G = 29.9%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA9A8F (or 0xDA9A8F) is known color: Petite Orchid. HEX triplet: DA, 9A and 8F. RGB value is (218,154,143). Sum of RGB (Red+Green+Blue) = 218+154+143=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9A8F is #256570. Grayscale: #ABABAB. Windows color (decimal): -2450801 or 9411290. OLE color: 9411290.

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

Color convert

RGB 218 154 143 -
CMYK 0 0.29 0.34 0.15
HSL 8.8º 0.5% 0.71% -
HSV(B) 8.8º 0.34% 0.85% -
XYZ 45.43 40 31.31 -
YUV 171.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 218 154 143 0 0.29 0.34 0.15 8.8 0.5 0.71
Hex DA 9A 8F 0 1D 22 F 9 32 47
Octal 332 232 217 0 35 42 17 11 62 107
Binary 11011010 10011010 10001111 0 11101 100010 1111 1001 110010 1000111

Color Harmonies of #DA9A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A8F

Black with #DA9A8F

Text Example


Text Example

White with #DA9A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A8F; }

 p { color: rgb(218,154,143); }

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

background-color css

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

 a { background-color: rgb(218,154,143); }

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

border-color css

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

 span { border-color: rgb(218,154,143); }

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