Html Css Color HEX #DA9E9C Petite Orchid

📋 copy color: '#DA9E9C'

red 218 ◦ green 158 ◦ blue 156

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

Shades of Petite Orchid #DA9E9C

Tints of Petite Orchid #DA9E9C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.7%

 BLUE value IS 156 (61.33% from 255) = 29.32%

R = 40.98%
G = 29.7%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA9E9C (or 0xDA9E9C) is known color: Petite Orchid. HEX triplet: DA, 9E and 9C. RGB value is (218,158,156). Sum of RGB (Red+Green+Blue) = 218+158+156=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E9C is #256163. Grayscale: #AFAFAF. Windows color (decimal): -2449764 or 10264282. OLE color: 10264282.

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

Color convert

RGB 218 158 156 -
CMYK 0 0.28 0.28 0.15
HSL 1.94º 0.46% 0.73% -
HSV(B) 1.94º 0.28% 0.85% -
XYZ 47.14 41.76 37.03 -
YUV 175.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 218 158 156 0 0.28 0.28 0.15 1.94 0.46 0.73
Hex DA 9E 9C 0 1C 1C F 2 2E 49
Octal 332 236 234 0 34 34 17 2 56 111
Binary 11011010 10011110 10011100 0 11100 11100 1111 10 101110 1001001

Color Harmonies of #DA9E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E9C

Black with #DA9E9C

Text Example


Text Example

White with #DA9E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E9C; }

 p { color: rgb(218,158,156); }

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

background-color css

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

 a { background-color: rgb(218,158,156); }

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

border-color css

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

 span { border-color: rgb(218,158,156); }

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