Html Css Color HEX #DF9493 Petite Orchid

📋 copy color: '#DF9493'

red 223 ◦ green 148 ◦ blue 147

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

Shades of Petite Orchid #DF9493

Tints of Petite Orchid #DF9493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.57%

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

R = 43.05%
G = 28.57%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF9493 (or 0xDF9493) is known color: Petite Orchid. HEX triplet: DF, 94 and 93. RGB value is (223,148,147). Sum of RGB (Red+Green+Blue) = 223+148+147=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9493 is #206B6C. Grayscale: #AAAAAA. Windows color (decimal): -2124653 or 9671903. OLE color: 9671903.

HSL color Cylindrical-coordinate representation of color #DF9493: hue angle of 0.79º 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 #DF9493 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 147 -
CMYK 0 0.34 0.34 0.13
HSL 0.79º 0.54% 0.73% -
HSV(B) 0.79º 0.34% 0.87% -
XYZ 46.29 38.97 32.69 -
YUV 170.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 223 148 147 0 0.34 0.34 0.13 0.79 0.54 0.73
Hex DF 94 93 0 22 22 D 1 36 49
Octal 337 224 223 0 42 42 15 1 66 111
Binary 11011111 10010100 10010011 0 100010 100010 1101 1 110110 1001001

Color Harmonies of #DF9493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9493

Black with #DF9493

Text Example


Text Example

White with #DF9493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9493; }

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

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

background-color css

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

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

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

border-color css

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

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

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