Html Css Color HEX #DF9089 Petite Orchid

📋 copy color: '#DF9089'

red 223 ◦ green 144 ◦ blue 137

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

Shades of Petite Orchid #DF9089

Tints of Petite Orchid #DF9089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.57%

 BLUE value IS 137 (53.91% from 255) = 27.18%

R = 44.25%
G = 28.57%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF9089 (or 0xDF9089) is known color: Petite Orchid. HEX triplet: DF, 90 and 89. RGB value is (223,144,137). Sum of RGB (Red+Green+Blue) = 223+144+137=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9089 is #206F76. Grayscale: #A6A6A6. Windows color (decimal): -2125687 or 9015519. OLE color: 9015519.

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

Color convert

RGB 223 144 137 -
CMYK 0 0.35 0.39 0.13
HSL 4.88º 0.57% 0.71% -
HSV(B) 4.88º 0.39% 0.87% -
XYZ 44.92 37.44 28.53 -
YUV 166.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 223 144 137 0 0.35 0.39 0.13 4.88 0.57 0.71
Hex DF 90 89 0 23 27 D 5 39 47
Octal 337 220 211 0 43 47 15 5 71 107
Binary 11011111 10010000 10001001 0 100011 100111 1101 101 111001 1000111

Color Harmonies of #DF9089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9089

Black with #DF9089

Text Example


Text Example

White with #DF9089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9089; }

 p { color: rgb(223,144,137); }

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

background-color css

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

 a { background-color: rgb(223,144,137); }

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

border-color css

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

 span { border-color: rgb(223,144,137); }

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