Html Css Color HEX #DF8E8B Petite Orchid

📋 copy color: '#DF8E8B'

red 223 ◦ green 142 ◦ blue 139

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

Shades of Petite Orchid #DF8E8B

Tints of Petite Orchid #DF8E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.58%

R = 44.25%
G = 28.17%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF8E8B (or 0xDF8E8B) is known color: Petite Orchid. HEX triplet: DF, 8E and 8B. RGB value is (223,142,139). Sum of RGB (Red+Green+Blue) = 223+142+139=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8E8B is #207174. Grayscale: #A5A5A5. Windows color (decimal): -2126197 or 9146079. OLE color: 9146079.

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

Color convert

RGB 223 142 139 -
CMYK 0 0.36 0.38 0.13
HSL 2.14º 0.57% 0.71% -
HSV(B) 2.14º 0.38% 0.87% -
XYZ 44.76 36.9 29.19 -
YUV 165.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 223 142 139 0 0.36 0.38 0.13 2.14 0.57 0.71
Hex DF 8E 8B 0 24 26 D 2 39 47
Octal 337 216 213 0 44 46 15 2 71 107
Binary 11011111 10001110 10001011 0 100100 100110 1101 10 111001 1000111

Color Harmonies of #DF8E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E8B

Black with #DF8E8B

Text Example


Text Example

White with #DF8E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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