Html Css Color HEX #DF8F8E Petite Orchid

📋 copy color: '#DF8F8E'

red 223 ◦ green 143 ◦ blue 142

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

Shades of Petite Orchid #DF8F8E

Tints of Petite Orchid #DF8F8E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.15%

 BLUE value IS 142 (55.86% from 255) = 27.95%

R = 43.9%
G = 28.15%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF8F8E (or 0xDF8F8E) is known color: Petite Orchid. HEX triplet: DF, 8F and 8E. RGB value is (223,143,142). Sum of RGB (Red+Green+Blue) = 223+143+142=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8F8E is #207071. Grayscale: #A6A6A6. Windows color (decimal): -2125938 or 9342943. OLE color: 9342943.

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

Color convert

RGB 223 143 142 -
CMYK 0 0.36 0.36 0.13
HSL 0.74º 0.56% 0.72% -
HSV(B) 0.74º 0.36% 0.87% -
XYZ 45.14 37.29 30.41 -
YUV 166.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 223 143 142 0 0.36 0.36 0.13 0.74 0.56 0.72
Hex DF 8F 8E 0 24 24 D 1 38 48
Octal 337 217 216 0 44 44 15 1 70 110
Binary 11011111 10001111 10001110 0 100100 100100 1101 1 111000 1001000

Color Harmonies of #DF8F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F8E

Black with #DF8F8E

Text Example


Text Example

White with #DF8F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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