Html Css Color HEX #DF9485 Petite Orchid

📋 copy color: '#DF9485'

red 223 ◦ green 148 ◦ blue 133

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

Shades of Petite Orchid #DF9485

Tints of Petite Orchid #DF9485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.39%

R = 44.25%
G = 29.37%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF9485 (or 0xDF9485) is known color: Petite Orchid. HEX triplet: DF, 94 and 85. RGB value is (223,148,133). Sum of RGB (Red+Green+Blue) = 223+148+133=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9485 is #206B7A. Grayscale: #A8A8A8. Windows color (decimal): -2124667 or 8754399. OLE color: 8754399.

HSL color Cylindrical-coordinate representation of color #DF9485: hue angle of 10º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF9485 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 133 -
CMYK 0 0.34 0.40 0.13
HSL 10º 0.58% 0.7% -
HSV(B) 10º 0.4% 0.87% -
XYZ 45.25 38.56 27.25 -
YUV 168.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 223 148 133 0 0.34 0.40 0.13 10 0.58 0.7
Hex DF 94 85 0 22 28 D A 3A 46
Octal 337 224 205 0 42 50 15 12 72 106
Binary 11011111 10010100 10000101 0 100010 101000 1101 1010 111010 1000110

Color Harmonies of #DF9485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9485

Black with #DF9485

Text Example


Text Example

White with #DF9485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9485; }

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

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

background-color css

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

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

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

border-color css

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

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

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