Html Css Color HEX #DF938E Petite Orchid

📋 copy color: '#DF938E'

red 223 ◦ green 147 ◦ blue 142

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

Shades of Petite Orchid #DF938E

Tints of Petite Orchid #DF938E

RGB

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

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

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

R = 43.55%
G = 28.71%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF938E (or 0xDF938E) is known color: Petite Orchid. HEX triplet: DF, 93 and 8E. RGB value is (223,147,142). Sum of RGB (Red+Green+Blue) = 223+147+142=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF938E is #206C71. Grayscale: #A9A9A9. Windows color (decimal): -2124914 or 9343967. OLE color: 9343967.

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

Color convert

RGB 223 147 142 -
CMYK 0 0.34 0.36 0.13
HSL 3.7º 0.56% 0.72% -
HSV(B) 3.7º 0.36% 0.87% -
XYZ 45.75 38.51 30.61 -
YUV 169.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 223 147 142 0 0.34 0.36 0.13 3.7 0.56 0.72
Hex DF 93 8E 0 22 24 D 4 38 48
Octal 337 223 216 0 42 44 15 4 70 110
Binary 11011111 10010011 10001110 0 100010 100100 1101 100 111000 1001000

Color Harmonies of #DF938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF938E

Black with #DF938E

Text Example


Text Example

White with #DF938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF938E; }

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

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

background-color css

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

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

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

border-color css

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

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

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