Html Css Color HEX #DF9594 Petite Orchid

📋 copy color: '#DF9594'

red 223 ◦ green 149 ◦ blue 148

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

Shades of Petite Orchid #DF9594

Tints of Petite Orchid #DF9594

RGB

 RED value IS 223 (87.5% from 255) = 42.88%

 GREEN value IS 149 (58.59% from 255) = 28.65%

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

R = 42.88%
G = 28.65%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF9594 (or 0xDF9594) is known color: Petite Orchid. HEX triplet: DF, 95 and 94. RGB value is (223,149,148). Sum of RGB (Red+Green+Blue) = 223+149+148=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9594 is #206A6B. Grayscale: #ABABAB. Windows color (decimal): -2124396 or 9737695. OLE color: 9737695.

HSL color Cylindrical-coordinate representation of color #DF9594: hue angle of 0.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9594 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 149 148 -
CMYK 0 0.33 0.34 0.13
HSL 0.8º 0.54% 0.73% -
HSV(B) 0.8º 0.34% 0.87% -
XYZ 46.52 39.32 33.15 -
YUV 171.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 223 149 148 0 0.33 0.34 0.13 0.8 0.54 0.73
Hex DF 95 94 0 21 22 D 1 36 49
Octal 337 225 224 0 41 42 15 1 66 111
Binary 11011111 10010101 10010100 0 100001 100010 1101 1 110110 1001001

Color Harmonies of #DF9594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9594

Black with #DF9594

Text Example


Text Example

White with #DF9594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9594; }

 p { color: rgb(223,149,148); }

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

background-color css

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

 a { background-color: rgb(223,149,148); }

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

border-color css

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

 span { border-color: rgb(223,149,148); }

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