Html Css Color HEX #DF9D8F Petite Orchid

📋 copy color: '#DF9D8F'

red 223 ◦ green 157 ◦ blue 143

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

Shades of Petite Orchid #DF9D8F

Tints of Petite Orchid #DF9D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.02%

 BLUE value IS 143 (56.25% from 255) = 27.34%

R = 42.64%
G = 30.02%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF9D8F (or 0xDF9D8F) is known color: Petite Orchid. HEX triplet: DF, 9D and 8F. RGB value is (223,157,143). Sum of RGB (Red+Green+Blue) = 223+157+143=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9D8F is #206270. Grayscale: #AFAFAF. Windows color (decimal): -2122353 or 9412063. OLE color: 9412063.

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

Color convert

RGB 223 157 143 -
CMYK 0 0.30 0.36 0.13
HSL 10.5º 0.56% 0.72% -
HSV(B) 10.5º 0.36% 0.87% -
XYZ 47.45 41.79 31.55 -
YUV 175.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 223 157 143 0 0.30 0.36 0.13 10.5 0.56 0.72
Hex DF 9D 8F 0 1E 24 D A 38 48
Octal 337 235 217 0 36 44 15 12 70 110
Binary 11011111 10011101 10001111 0 11110 100100 1101 1010 111000 1001000

Color Harmonies of #DF9D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D8F

Black with #DF9D8F

Text Example


Text Example

White with #DF9D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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