Html Css Color HEX #DF8E89 Petite Orchid

📋 copy color: '#DF8E89'

red 223 ◦ green 142 ◦ blue 137

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

Shades of Petite Orchid #DF8E89

Tints of Petite Orchid #DF8E89

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.29%

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

R = 44.42%
G = 28.29%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF8E89 (or 0xDF8E89) is known color: Petite Orchid. HEX triplet: DF, 8E and 89. RGB value is (223,142,137). Sum of RGB (Red+Green+Blue) = 223+142+137=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8E89 is #207176. Grayscale: #A5A5A5. Windows color (decimal): -2126199 or 9015007. OLE color: 9015007.

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

Color convert

RGB 223 142 137 -
CMYK 0 0.36 0.39 0.13
HSL 3.49º 0.57% 0.71% -
HSV(B) 3.49º 0.39% 0.87% -
XYZ 44.62 36.84 28.43 -
YUV 165.65 111.84 168.91 -
System Red Green Blue C M Y K H S L
Decimal 223 142 137 0 0.36 0.39 0.13 3.49 0.57 0.71
Hex DF 8E 89 0 24 27 D 3 39 47
Octal 337 216 211 0 44 47 15 3 71 107
Binary 11011111 10001110 10001001 0 100100 100111 1101 11 111001 1000111

Color Harmonies of #DF8E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E89

Black with #DF8E89

Text Example


Text Example

White with #DF8E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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