Html Css Color HEX #DA9A99 Petite Orchid

📋 copy color: '#DA9A99'

red 218 ◦ green 154 ◦ blue 153

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

Shades of Petite Orchid #DA9A99

Tints of Petite Orchid #DA9A99

RGB

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

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

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

R = 41.52%
G = 29.33%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA9A99 (or 0xDA9A99) is known color: Petite Orchid. HEX triplet: DA, 9A and 99. RGB value is (218,154,153). Sum of RGB (Red+Green+Blue) = 218+154+153=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9A99 is #256566. Grayscale: #ADADAD. Windows color (decimal): -2450791 or 10066650. OLE color: 10066650.

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

Color convert

RGB 218 154 153 -
CMYK 0 0.29 0.30 0.15
HSL 0.92º 0.47% 0.73% -
HSV(B) 0.92º 0.3% 0.85% -
XYZ 46.22 40.32 35.48 -
YUV 173.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 218 154 153 0 0.29 0.30 0.15 0.92 0.47 0.73
Hex DA 9A 99 0 1D 1E F 1 2F 49
Octal 332 232 231 0 35 36 17 1 57 111
Binary 11011010 10011010 10011001 0 11101 11110 1111 1 101111 1001001

Color Harmonies of #DA9A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A99

Black with #DA9A99

Text Example


Text Example

White with #DA9A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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