Html Css Color HEX #DF8E8E Petite Orchid

📋 copy color: '#DF8E8E'

red 223 ◦ green 142 ◦ blue 142

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

Shades of Petite Orchid #DF8E8E

Tints of Petite Orchid #DF8E8E

RGB

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

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

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

R = 43.98%
G = 28.01%
B = 28.01%

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

#DF8E8E (or 0xDF8E8E) is known color: Petite Orchid. HEX triplet: DF, 8E and 8E. RGB value is (223,142,142). Sum of RGB (Red+Green+Blue) = 223+142+142=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8E8E is #207171. Grayscale: #A6A6A6. Windows color (decimal): -2126194 or 9342687. OLE color: 9342687.

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

Color convert

RGB 223 142 142 -
CMYK 0 0.36 0.36 0.13
HSL 0.56% 0.72% -
HSV(B) 0.36% 0.87% -
XYZ 44.99 36.99 30.36 -
YUV 166.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 223 142 142 0 0.36 0.36 0.13 0 0.56 0.72
Hex DF 8E 8E 0 24 24 D 0 38 48
Octal 337 216 216 0 44 44 15 0 70 110
Binary 11011111 10001110 10001110 0 100100 100100 1101 0 111000 1001000

Color Harmonies of #DF8E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E8E

Black with #DF8E8E

Text Example


Text Example

White with #DF8E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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