Html Css Color HEX #DA9E94 Petite Orchid

📋 copy color: '#DA9E94'

red 218 ◦ green 158 ◦ blue 148

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

Shades of Petite Orchid #DA9E94

Tints of Petite Orchid #DA9E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 41.6%
G = 30.15%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA9E94 (or 0xDA9E94) is known color: Petite Orchid. HEX triplet: DA, 9E and 94. RGB value is (218,158,148). Sum of RGB (Red+Green+Blue) = 218+158+148=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E94 is #25616B. Grayscale: #AEAEAE. Windows color (decimal): -2449772 or 9739994. OLE color: 9739994.

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

Color convert

RGB 218 158 148 -
CMYK 0 0.28 0.32 0.15
HSL 8.57º 0.49% 0.72% -
HSV(B) 8.57º 0.32% 0.85% -
XYZ 46.49 41.5 33.58 -
YUV 174.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 218 158 148 0 0.28 0.32 0.15 8.57 0.49 0.72
Hex DA 9E 94 0 1C 20 F 9 31 48
Octal 332 236 224 0 34 40 17 11 61 110
Binary 11011010 10011110 10010100 0 11100 100000 1111 1001 110001 1001000

Color Harmonies of #DA9E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E94

Black with #DA9E94

Text Example


Text Example

White with #DA9E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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