Html Css Color HEX #DF9291 Petite Orchid

📋 copy color: '#DF9291'

red 223 ◦ green 146 ◦ blue 145

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

Shades of Petite Orchid #DF9291

Tints of Petite Orchid #DF9291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.4%

 BLUE value IS 145 (57.03% from 255) = 28.21%

R = 43.39%
G = 28.4%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF9291 (or 0xDF9291) is known color: Petite Orchid. HEX triplet: DF, 92 and 91. RGB value is (223,146,145). Sum of RGB (Red+Green+Blue) = 223+146+145=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9291 is #206D6E. Grayscale: #A8A8A8. Windows color (decimal): -2125167 or 9540319. OLE color: 9540319.

HSL color Cylindrical-coordinate representation of color #DF9291: hue angle of 0.77º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF9291 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 146 145 -
CMYK 0 0.35 0.35 0.13
HSL 0.77º 0.55% 0.72% -
HSV(B) 0.77º 0.35% 0.87% -
XYZ 45.82 38.29 31.76 -
YUV 168.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 223 146 145 0 0.35 0.35 0.13 0.77 0.55 0.72
Hex DF 92 91 0 23 23 D 1 37 48
Octal 337 222 221 0 43 43 15 1 67 110
Binary 11011111 10010010 10010001 0 100011 100011 1101 1 110111 1001000

Color Harmonies of #DF9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9291

Black with #DF9291

Text Example


Text Example

White with #DF9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9291; }

 p { color: rgb(223,146,145); }

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

background-color css

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

 a { background-color: rgb(223,146,145); }

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

border-color css

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

 span { border-color: rgb(223,146,145); }

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