Html Css Color HEX #DA9F99 Petite Orchid

📋 copy color: '#DA9F99'

red 218 ◦ green 159 ◦ blue 153

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

Shades of Petite Orchid #DA9F99

Tints of Petite Orchid #DA9F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30%

 BLUE value IS 153 (60.16% from 255) = 28.87%

R = 41.13%
G = 30%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA9F99 (or 0xDA9F99) is known color: Petite Orchid. HEX triplet: DA, 9F and 99. RGB value is (218,159,153). Sum of RGB (Red+Green+Blue) = 218+159+153=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9F99 is #256066. Grayscale: #B0B0B0. Windows color (decimal): -2449511 or 10067930. OLE color: 10067930.

HSL color Cylindrical-coordinate representation of color #DA9F99: hue angle of 5.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9F99 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 159 153 -
CMYK 0 0.27 0.30 0.15
HSL 5.54º 0.47% 0.73% -
HSV(B) 5.54º 0.3% 0.85% -
XYZ 47.06 42 35.76 -
YUV 175.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 218 159 153 0 0.27 0.30 0.15 5.54 0.47 0.73
Hex DA 9F 99 0 1B 1E F 6 2F 49
Octal 332 237 231 0 33 36 17 6 57 111
Binary 11011010 10011111 10011001 0 11011 11110 1111 110 101111 1001001

Color Harmonies of #DA9F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9F99

Black with #DA9F99

Text Example


Text Example

White with #DA9F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9F99; }

 p { color: rgb(218,159,153); }

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

background-color css

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

 a { background-color: rgb(218,159,153); }

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

border-color css

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

 span { border-color: rgb(218,159,153); }

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