Html Css Color HEX #DA9994 Petite Orchid

📋 copy color: '#DA9994'

red 218 ◦ green 153 ◦ blue 148

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

Shades of Petite Orchid #DA9994

Tints of Petite Orchid #DA9994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.48%

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

R = 42%
G = 29.48%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA9994 (or 0xDA9994) is known color: Petite Orchid. HEX triplet: DA, 99 and 94. RGB value is (218,153,148). Sum of RGB (Red+Green+Blue) = 218+153+148=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9994 is #25666B. Grayscale: #ABABAB. Windows color (decimal): -2451052 or 9738714. OLE color: 9738714.

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

Color convert

RGB 218 153 148 -
CMYK 0 0.30 0.32 0.15
HSL 4.29º 0.49% 0.72% -
HSV(B) 4.29º 0.32% 0.85% -
XYZ 45.65 39.83 33.3 -
YUV 171.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 218 153 148 0 0.30 0.32 0.15 4.29 0.49 0.72
Hex DA 99 94 0 1E 20 F 4 31 48
Octal 332 231 224 0 36 40 17 4 61 110
Binary 11011010 10011001 10010100 0 11110 100000 1111 100 110001 1001000

Color Harmonies of #DA9994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9994

Black with #DA9994

Text Example


Text Example

White with #DA9994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9994; }

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

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

background-color css

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

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

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

border-color css

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

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

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