Html Css Color HEX #DF938C Petite Orchid

📋 copy color: '#DF938C'

red 223 ◦ green 147 ◦ blue 140

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

Shades of Petite Orchid #DF938C

Tints of Petite Orchid #DF938C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.45%

R = 43.73%
G = 28.82%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF938C (or 0xDF938C) is known color: Petite Orchid. HEX triplet: DF, 93 and 8C. RGB value is (223,147,140). Sum of RGB (Red+Green+Blue) = 223+147+140=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF938C is #206C73. Grayscale: #A9A9A9. Windows color (decimal): -2124916 or 9212895. OLE color: 9212895.

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

Color convert

RGB 223 147 140 -
CMYK 0 0.34 0.37 0.13
HSL 5.06º 0.56% 0.71% -
HSV(B) 5.06º 0.37% 0.87% -
XYZ 45.6 38.45 29.83 -
YUV 168.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 223 147 140 0 0.34 0.37 0.13 5.06 0.56 0.71
Hex DF 93 8C 0 22 25 D 5 38 47
Octal 337 223 214 0 42 45 15 5 70 107
Binary 11011111 10010011 10001100 0 100010 100101 1101 101 111000 1000111

Color Harmonies of #DF938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF938C

Black with #DF938C

Text Example


Text Example

White with #DF938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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