Html Css Color HEX #DA9D93 Petite Orchid

📋 copy color: '#DA9D93'

red 218 ◦ green 157 ◦ blue 147

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

Shades of Petite Orchid #DA9D93

Tints of Petite Orchid #DA9D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.08%

 BLUE value IS 147 (57.81% from 255) = 28.16%

R = 41.76%
G = 30.08%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA9D93 (or 0xDA9D93) is known color: Petite Orchid. HEX triplet: DA, 9D and 93. RGB value is (218,157,147). Sum of RGB (Red+Green+Blue) = 218+157+147=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9D93 is #25626C. Grayscale: #AEAEAE. Windows color (decimal): -2450029 or 9674202. OLE color: 9674202.

HSL color Cylindrical-coordinate representation of color #DA9D93: hue angle of 8.45º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA9D93 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 157 147 -
CMYK 0 0.28 0.33 0.15
HSL 8.45º 0.49% 0.72% -
HSV(B) 8.45º 0.33% 0.85% -
XYZ 46.24 41.13 33.1 -
YUV 174.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 218 157 147 0 0.28 0.33 0.15 8.45 0.49 0.72
Hex DA 9D 93 0 1C 21 F 8 31 48
Octal 332 235 223 0 34 41 17 10 61 110
Binary 11011010 10011101 10010011 0 11100 100001 1111 1000 110001 1001000

Color Harmonies of #DA9D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9D93

Black with #DA9D93

Text Example


Text Example

White with #DA9D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9D93; }

 p { color: rgb(218,157,147); }

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

background-color css

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

 a { background-color: rgb(218,157,147); }

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

border-color css

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

 span { border-color: rgb(218,157,147); }

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