Html Css Color HEX #DF9387 Petite Orchid

📋 copy color: '#DF9387'

red 223 ◦ green 147 ◦ blue 135

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

Shades of Petite Orchid #DF9387

Tints of Petite Orchid #DF9387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.11%

 BLUE value IS 135 (53.13% from 255) = 26.73%

R = 44.16%
G = 29.11%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF9387 (or 0xDF9387) is known color: Petite Orchid. HEX triplet: DF, 93 and 87. RGB value is (223,147,135). Sum of RGB (Red+Green+Blue) = 223+147+135=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9387 is #206C78. Grayscale: #A8A8A8. Windows color (decimal): -2124921 or 8885215. OLE color: 8885215.

HSL color Cylindrical-coordinate representation of color #DF9387: hue angle of 8.18º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF9387 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 147 135 -
CMYK 0 0.34 0.39 0.13
HSL 8.18º 0.58% 0.7% -
HSV(B) 8.18º 0.39% 0.87% -
XYZ 45.24 38.3 27.93 -
YUV 168.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 223 147 135 0 0.34 0.39 0.13 8.18 0.58 0.7
Hex DF 93 87 0 22 27 D 8 3A 46
Octal 337 223 207 0 42 47 15 10 72 106
Binary 11011111 10010011 10000111 0 100010 100111 1101 1000 111010 1000110

Color Harmonies of #DF9387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9387

Black with #DF9387

Text Example


Text Example

White with #DF9387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9387; }

 p { color: rgb(223,147,135); }

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

background-color css

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

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

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

border-color css

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

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

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